Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp182 CallEvent::getCalleeStackFrame(unsigned BlockCount) const { in getCalleeStackFrame() function in CallEvent
213 const StackFrameContext *SFC = getCalleeStackFrame(BlockCount); in getParameterLocation()
504 const StackFrameContext *StackFrame = getCalleeStackFrame(0); in getConstructionContext()
H A DExprEngineCXX.cpp298 Caller->getCalleeStackFrame(currBldrCtx->blockCount()); in computeObjectUnderConstruction()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h402 const StackFrameContext *getCalleeStackFrame(unsigned BlockCount) const;