reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h
  389   const StackFrameContext *getCalleeStackFrame(unsigned BlockCount) const;

References

tools/clang/lib/StaticAnalyzer/Core/CallEvent.cpp
  226   const StackFrameContext *SFC = getCalleeStackFrame(BlockCount);
tools/clang/lib/StaticAnalyzer/Core/ExprEngineCXX.cpp
  327             Caller->getCalleeStackFrame(currBldrCtx->blockCount());