Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/
H A DPathDiagnostic.cpp519 const LocationContext *CallerCtx, in getLocationForCaller() argument
529 SM, CallerCtx); in getLocationForCaller()
533 SM, CallerCtx); in getLocationForCaller()
538 SM, CallerCtx); in getLocationForCaller()
542 return PathDiagnosticLocation(Dtor.getDeleteExpr(), SM, CallerCtx); in getLocationForCaller()
546 const AnalysisDeclContext *CallerInfo = CallerCtx->getAnalysisDeclContext(); in getLocationForCaller()
548 return PathDiagnosticLocation::createEnd(CallerBody, SM, CallerCtx); in getLocationForCaller()
553 return PathDiagnosticLocation(Alloc.getAllocatorExpr(), SM, CallerCtx); in getLocationForCaller()
561 CallerCtx); in getLocationForCaller()
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp1428 const LocationContext *CallerCtx = ParentCtx->getStackFrame(); in getCaller() local
1431 assert(CallerCtx && "This should not be used for top-level stack frames"); in getCaller()
1436 if (CallEventRef<> Out = getCall(CallSite, State, CallerCtx, ElemRef)) in getCaller()
1445 return getCXXConstructorCall(CE, ThisVal.getAsRegion(), State, CallerCtx, in getCaller()
1449 CallerCtx, ElemRef); in getCaller()
1479 CallerCtx, ElemRef); in getCaller()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Analysis/
H A DProgramPoint.h690 const LocationContext *CallerCtx) in CallExitEnd() argument
691 : ProgramPoint(CalleeCtx, CallExitEndKind, CallerCtx, nullptr) {} in CallExitEnd()