Home
last modified time | relevance | path

Searched refs:getCalleeStackFrame (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp165 CallEvent::getCalleeStackFrame(unsigned BlockCount) const { in getCalleeStackFrame() function in CallEvent
196 const StackFrameContext *SFC = getCalleeStackFrame(BlockCount); in getParameterLocation()
464 const StackFrameContext *StackFrame = getCalleeStackFrame(0); in getConstructionContext()
H A DExprEngineCXX.cpp321 Caller->getCalleeStackFrame(currBldrCtx->blockCount()); in computeObjectUnderConstruction()
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h400 const StackFrameContext *getCalleeStackFrame(unsigned BlockCount) const;