Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DPathDiagnostic.cpp522 const LocationContext *CallerCtx, in getLocationForCaller() argument
532 SM, CallerCtx); in getLocationForCaller()
536 SM, CallerCtx); in getLocationForCaller()
541 SM, CallerCtx); in getLocationForCaller()
545 return PathDiagnosticLocation(Dtor.getDeleteExpr(), SM, CallerCtx); in getLocationForCaller()
549 const AnalysisDeclContext *CallerInfo = CallerCtx->getAnalysisDeclContext(); in getLocationForCaller()
551 return PathDiagnosticLocation::createEnd(CallerBody, SM, CallerCtx); in getLocationForCaller()
556 return PathDiagnosticLocation(Alloc.getAllocatorExpr(), SM, CallerCtx); in getLocationForCaller()
564 CallerCtx); in getLocationForCaller()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp1399 const LocationContext *CallerCtx = ParentCtx->getStackFrame(); in getCaller() local
1400 assert(CallerCtx && "This should not be used for top-level stack frames"); in getCaller()
1405 if (CallEventRef<> Out = getCall(CallSite, State, CallerCtx)) in getCaller()
1414 return getCXXConstructorCall(CE, ThisVal.getAsRegion(), State, CallerCtx); in getCaller()
1417 CallerCtx); in getCaller()
1447 CallerCtx); in getCaller()
/openbsd-src/gnu/llvm/clang/include/clang/Analysis/
H A DProgramPoint.h690 const LocationContext *CallerCtx) in CallExitEnd() argument
691 : ProgramPoint(CalleeCtx, CallExitEndKind, CallerCtx, nullptr) {} in CallExitEnd()