Home
last modified time | relevance | path

Searched defs:calleeCtx (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
DExprEngineCallAndReturn.cpp43 const StackFrameContext *calleeCtx = CE.getCalleeContext(); in processCallEnter() local
187 const StackFrameContext *calleeCtx) { in wasDifferentDeclUsedForInlining()
224 const StackFrameContext *calleeCtx = in processCallExit() local
/external/clang/include/clang/Analysis/
DProgramPoint.h586 CallEnter(const Stmt *stmt, const StackFrameContext *calleeCtx, in CallEnter()