Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DExprEngineCallAndReturn.cpp42 const StackFrameContext *calleeCtx = CE.getCalleeContext(); in processCallEnter() local
184 const StackFrameContext *calleeCtx) { in wasDifferentDeclUsedForInlining()
221 const StackFrameContext *calleeCtx = in processCallExit() local
/external/clang/include/clang/Analysis/
DProgramPoint.h563 CallEnter(const Stmt *stmt, const StackFrameContext *calleeCtx, in CallEnter()