Searched refs:callerCtx (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp226 const StackFrameContext *callerCtx = local
261 state = state->BindExpr(CE, callerCtx, V);
274 state = state->BindExpr(CCE, callerCtx, ThisV);
312 CallExitEnd Loc(calleeCtx, callerCtx);
/external/clang/include/clang/Analysis/
H A DProgramPoint.h564 const LocationContext *callerCtx)
565 : ProgramPoint(stmt, calleeCtx, CallEnterKind, callerCtx, nullptr) {}
563 CallEnter(const Stmt *stmt, const StackFrameContext *calleeCtx, const LocationContext *callerCtx) argument

Completed in 57 milliseconds