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) |
const BlockInvocationContext * | getBlockInvocationContext (AnalysisDeclContext *ctx, const LocationContext *parent, const BlockDecl *BD, const void *ContextData) |
void | clear () |
Discard all previously created LocationContext objects. |
Definition at line 375 of file AnalysisContext.h.
Definition at line 573 of file AnalysisDeclContext.cpp.
References clear().
void LocationContextManager::clear | ( | ) |
Discard all previously created LocationContext objects.
Definition at line 577 of file AnalysisDeclContext.cpp.
Referenced by ~LocationContextManager().
const BlockInvocationContext * LocationContextManager::getBlockInvocationContext | ( | AnalysisDeclContext * | ctx, |
const LocationContext * | parent, | ||
const BlockDecl * | BD, | ||
const void * | ContextData | ||
) |
Definition at line 383 of file AnalysisDeclContext.cpp.
References Contexts, and clang::BlockInvocationContext::Profile().
Referenced by clang::AnalysisDeclContext::getBlockInvocationContext().
const ScopeContext * LocationContextManager::getScope | ( | AnalysisDeclContext * | ctx, |
const LocationContext * | parent, | ||
const Stmt * | s | ||
) |
Definition at line 376 of file AnalysisDeclContext.cpp.
const StackFrameContext * LocationContextManager::getStackFrame | ( | AnalysisDeclContext * | ctx, |
const LocationContext * | parent, | ||
const Stmt * | s, | ||
const CFGBlock * | blk, | ||
unsigned | idx | ||
) |
Definition at line 359 of file AnalysisDeclContext.cpp.
References Contexts, and clang::StackFrameContext::Profile().
Referenced by clang::AnalysisDeclContext::getStackFrame(), and clang::AnalysisDeclContextManager::getStackFrame().