Searched refs:CallerCtx (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ |
| H A D | PathDiagnostic.cpp | 580 const LocationContext *CallerCtx, in getLocationForCaller() argument 590 SM, CallerCtx); in getLocationForCaller() 594 SM, CallerCtx); in getLocationForCaller() 599 SM, CallerCtx); in getLocationForCaller() 603 return PathDiagnosticLocation(Dtor.getDeleteExpr(), SM, CallerCtx); in getLocationForCaller() 607 const AnalysisDeclContext *CallerInfo = CallerCtx->getAnalysisDeclContext(); in getLocationForCaller() 609 return PathDiagnosticLocation::createEnd(CallerBody, SM, CallerCtx); in getLocationForCaller() 614 return PathDiagnosticLocation(Alloc.getAllocatorExpr(), SM, CallerCtx); in getLocationForCaller() 622 CallerCtx); in getLocationForCaller()
|
| H A D | CallEvent.cpp | 1366 const LocationContext *CallerCtx = ParentCtx->getStackFrame(); in getCaller() local 1367 assert(CallerCtx && "This should not be used for top-level stack frames"); in getCaller() 1372 if (CallEventRef<> Out = getCall(CallSite, State, CallerCtx)) in getCaller() 1385 ThisVal.getAsRegion(), State, CallerCtx); in getCaller() 1410 CallerCtx); in getCaller()
|
| H A D | BugReporter.cpp | 1166 const LocationContext *CallerCtx = NextNode->getLocationContext(); in generatePathDiagnosticsForNode() local 1168 if (CallerCtx != CalleeCtx && AddPathEdges) { in generatePathDiagnosticsForNode()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Analysis/ |
| H A D | ProgramPoint.h | 694 const LocationContext *CallerCtx) in CallExitEnd() argument 695 : ProgramPoint(CalleeCtx, CallExitEndKind, CallerCtx, nullptr) {} in CallExitEnd()
|