reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1151 Call = cast<PathDiagnosticCallPiece>(C.getActivePath().front().get()); 1156 Call = PathDiagnosticCallPiece::construct(C.getActivePath(), Caller); 1158 C.getActivePath().front().get() == Call); 1169 assert(!C.isInLocCtxMap(&Call->path) && 1172 C.updateLocCtxMap(&Call->path, CE->getCalleeContext()); 1174 Call->setCallee(*CE, SM); 1177 PrevLoc = Call->getLocation(); 1180 assert(C.CallStack.back().first == Call);