Searched refs:CallerCtx (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | PathDiagnostic.cpp | 524 const LocationContext *CallerCtx, in getLocationForCaller() argument 534 SM, CallerCtx); in getLocationForCaller() 538 SM, CallerCtx); in getLocationForCaller() 543 SM, CallerCtx); in getLocationForCaller() 547 return PathDiagnosticLocation(Dtor.getDeleteExpr(), SM, CallerCtx); in getLocationForCaller() 551 const AnalysisDeclContext *CallerInfo = CallerCtx->getAnalysisDeclContext(); in getLocationForCaller() 553 return PathDiagnosticLocation::createEnd(CallerBody, SM, CallerCtx); in getLocationForCaller() 558 return PathDiagnosticLocation(Alloc.getAllocatorExpr(), SM, CallerCtx); in getLocationForCaller() 566 CallerCtx); in getLocationForCaller()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | CallEvent.cpp | 1433 const LocationContext *CallerCtx = ParentCtx->getStackFrame(); in getCaller() local 1434 assert(CallerCtx && "This should not be used for top-level stack frames"); in getCaller() 1439 if (CallEventRef<> Out = getCall(CallSite, State, CallerCtx)) in getCaller() 1448 return getCXXConstructorCall(CE, ThisVal.getAsRegion(), State, CallerCtx); in getCaller() 1451 CallerCtx); in getCaller() 1480 CallerCtx); in getCaller()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Analysis/ |
| H A D | ProgramPoint.h | 692 const LocationContext *CallerCtx) in CallExitEnd() argument 693 : ProgramPoint(CalleeCtx, CallExitEndKind, CallerCtx, nullptr) {} in CallExitEnd()
|