Searched refs:CallerCtx (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | PathDiagnostic.cpp | 517 const LocationContext *CallerCtx, in getLocationForCaller() argument 527 SM, CallerCtx); in getLocationForCaller() 531 SM, CallerCtx); in getLocationForCaller() 536 SM, CallerCtx); in getLocationForCaller() 540 return PathDiagnosticLocation(Dtor.getDeleteExpr(), SM, CallerCtx); in getLocationForCaller() 544 const AnalysisDeclContext *CallerInfo = CallerCtx->getAnalysisDeclContext(); in getLocationForCaller() 546 return PathDiagnosticLocation::createEnd(CallerBody, SM, CallerCtx); in getLocationForCaller() 551 return PathDiagnosticLocation(Alloc.getAllocatorExpr(), SM, CallerCtx); in getLocationForCaller() 559 CallerCtx); in getLocationForCaller()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | CallEvent.cpp | 1451 const LocationContext *CallerCtx = ParentCtx->getStackFrame(); in getCaller() local 1454 assert(CallerCtx && "This should not be used for top-level stack frames"); in getCaller() 1459 if (CallEventRef<> Out = getCall(CallSite, State, CallerCtx, ElemRef)) in getCaller() 1468 return getCXXConstructorCall(CE, ThisVal.getAsRegion(), State, CallerCtx, in getCaller() 1472 CallerCtx, ElemRef); in getCaller() 1502 CallerCtx, ElemRef); in getCaller()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Analysis/ |
| H A D | ProgramPoint.h | 700 const LocationContext *CallerCtx) in CallExitEnd() argument 701 : ProgramPoint(CalleeCtx, CallExitEndKind, CallerCtx, nullptr) {} in CallExitEnd()
|