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

/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp42 const StackFrameContext *calleeCtx = CE.getCalleeContext(); local
43 PrettyStackTraceLocationContext CrashInfo(calleeCtx);
45 const CFG *CalleeCFG = calleeCtx->getCFG();
56 BlockEdge Loc(Entry, Succ, calleeCtx);
184 const StackFrameContext *calleeCtx) {
185 const Decl *RuntimeCallee = calleeCtx->getDecl();
221 const StackFrameContext *calleeCtx = local
227 calleeCtx->getParent()->getCurrentStackFrame();
229 const Stmt *CE = calleeCtx->getCallSite();
239 CallEventRef<> Call = CEMgr.getCaller(calleeCtx, stat
183 wasDifferentDeclUsedForInlining(CallEventRef< Call, const StackFrameContext *calleeCtx) argument
[all...]
/external/clang/include/clang/Analysis/
H A DProgramPoint.h563 CallEnter(const Stmt *stmt, const StackFrameContext *calleeCtx, argument
565 : ProgramPoint(stmt, calleeCtx, CallEnterKind, callerCtx, nullptr) {}

Completed in 1257 milliseconds