clang API Documentation
#include <AnalysisContext.h>
Public Member Functions | |
| ~LocationContextManager () | |
| const StackFrameContext * | getStackFrame (AnalysisDeclContext *ctx, const LocationContext *parent, const Stmt *s, const CFGBlock *blk, unsigned idx) |
| const ScopeContext * | getScope (AnalysisDeclContext *ctx, const LocationContext *parent, const Stmt *s) |
| void | clear () |
| Discard all previously created LocationContext objects. | |
Definition at line 338 of file AnalysisContext.h.
| LocationContextManager::~LocationContextManager | ( | ) |
Definition at line 444 of file AnalysisDeclContext.cpp.
References clear().
| void LocationContextManager::clear | ( | ) |
Discard all previously created LocationContext objects.
Definition at line 448 of file AnalysisDeclContext.cpp.
Referenced by ~LocationContextManager().
| const ScopeContext * LocationContextManager::getScope | ( | AnalysisDeclContext * | ctx, |
| const LocationContext * | parent, | ||
| const Stmt * | s | ||
| ) |
Definition at line 280 of file AnalysisDeclContext.cpp.
| const StackFrameContext * LocationContextManager::getStackFrame | ( | AnalysisDeclContext * | ctx, |
| const LocationContext * | parent, | ||
| const Stmt * | s, | ||
| const CFGBlock * | blk, | ||
| unsigned | idx | ||
| ) |
Definition at line 263 of file AnalysisDeclContext.cpp.
References clang::StackFrameContext::Profile().
Referenced by clang::AnalysisDeclContext::getStackFrame(), and clang::AnalysisDeclContextManager::getStackFrame().