Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp47 const StackFrameContext *calleeCtx = CE.getCalleeContext(); in processCallEnter() local
190 const StackFrameContext *calleeCtx) { in wasDifferentDeclUsedForInlining()
257 const StackFrameContext *calleeCtx = CEBNode->getStackFrame(); in processCallExit() local
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DProgramPoint.h630 CallEnter(const Stmt *stmt, const StackFrameContext *calleeCtx, in CallEnter()