Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DExprEngineCallAndReturn.cpp229 const StackFrameContext *callerCtx = in processCallExit() local
264 state = state->BindExpr(CE, callerCtx, V); in processCallExit()
277 state = state->BindExpr(CCE, callerCtx, ThisV); in processCallExit()
315 CallExitEnd Loc(calleeCtx, callerCtx); in processCallExit()
/external/clang/include/clang/Analysis/
DProgramPoint.h587 const LocationContext *callerCtx) in CallEnter() argument
588 : ProgramPoint(stmt, calleeCtx, CallEnterKind, callerCtx, nullptr) {} in CallEnter()