clang API Documentation
#include <AnalysisContext.h>


Public Member Functions | |
| ~StackFrameContext () | |
| const Stmt * | getCallSite () const |
| const CFGBlock * | getCallSiteBlock () const |
| unsigned | getIndex () const |
| void | Profile (llvm::FoldingSetNodeID &ID) |
Static Public Member Functions | |
| static void | Profile (llvm::FoldingSetNodeID &ID, AnalysisDeclContext *ctx, const LocationContext *parent, const Stmt *s, const CFGBlock *blk, unsigned idx) |
| static bool | classof (const LocationContext *Ctx) |
Friends | |
| class | LocationContextManager |
Definition at line 245 of file AnalysisContext.h.
| clang::StackFrameContext::~StackFrameContext | ( | ) | [inline] |
Definition at line 263 of file AnalysisContext.h.
| static bool clang::StackFrameContext::classof | ( | const LocationContext * | Ctx | ) | [inline, static] |
Reimplemented from clang::LocationContext.
Definition at line 281 of file AnalysisContext.h.
References clang::LocationContext::getKind(), and clang::LocationContext::StackFrame.
| const Stmt* clang::StackFrameContext::getCallSite | ( | ) | const [inline] |
Definition at line 265 of file AnalysisContext.h.
Referenced by clang::ento::SubEngine::processCallExit(), and reversePropagateInterestingSymbols().
| const CFGBlock* clang::StackFrameContext::getCallSiteBlock | ( | ) | const [inline] |
Definition at line 267 of file AnalysisContext.h.
Referenced by clang::ento::SubEngine::processCallExit().
| unsigned clang::StackFrameContext::getIndex | ( | ) | const [inline] |
Definition at line 269 of file AnalysisContext.h.
References Index.
Referenced by clang::ento::SubEngine::processCallExit().
| void StackFrameContext::Profile | ( | llvm::FoldingSetNodeID & | ID | ) | [virtual] |
Implements clang::LocationContext.
Definition at line 228 of file AnalysisDeclContext.cpp.
References clang::LocationContext::getAnalysisDeclContext(), clang::LocationContext::getParent(), and Index.
Referenced by clang::LocationContextManager::getStackFrame().
| static void clang::StackFrameContext::Profile | ( | llvm::FoldingSetNodeID & | ID, |
| AnalysisDeclContext * | ctx, | ||
| const LocationContext * | parent, | ||
| const Stmt * | s, | ||
| const CFGBlock * | blk, | ||
| unsigned | idx | ||
| ) | [inline, static] |
Definition at line 273 of file AnalysisContext.h.
References clang::LocationContext::ProfileCommon(), and clang::LocationContext::StackFrame.
friend class LocationContextManager [friend] |
Definition at line 255 of file AnalysisContext.h.