Home
last modified time | relevance | path

Searched refs:CallerCtx (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/lib/Analysis/
H A DPathDiagnostic.cpp524 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()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp1363 const LocationContext *CallerCtx = ParentCtx->getStackFrame(); in getCaller() local
1364 assert(CallerCtx && "This should not be used for top-level stack frames"); in getCaller()
1369 if (CallEventRef<> Out = getCall(CallSite, State, CallerCtx)) in getCaller()
1378 return getCXXConstructorCall(CE, ThisVal.getAsRegion(), State, CallerCtx); in getCaller()
1381 CallerCtx); in getCaller()
1410 CallerCtx); in getCaller()
/llvm-project-15.0.7/clang/include/clang/Analysis/
H A DProgramPoint.h691 const LocationContext *CallerCtx) in CallExitEnd() argument
692 : ProgramPoint(CalleeCtx, CallExitEndKind, CallerCtx, nullptr) {} in CallExitEnd()