clang
6.0.0
|
#include "clang/Analysis/AnalysisDeclContext.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. More... | |
Definition at line 380 of file AnalysisDeclContext.h.
LocationContextManager::~LocationContextManager | ( | ) |
Definition at line 605 of file AnalysisDeclContext.cpp.
References clang::AnalysisDeclContextManager::clear().
void LocationContextManager::clear | ( | ) |
Discard all previously created LocationContext objects.
Definition at line 609 of file AnalysisDeclContext.cpp.
const BlockInvocationContext * LocationContextManager::getBlockInvocationContext | ( | AnalysisDeclContext * | ctx, |
const LocationContext * | parent, | ||
const BlockDecl * | BD, | ||
const void * | ContextData | ||
) |
Definition at line 419 of file AnalysisDeclContext.cpp.
References clang::BlockInvocationContext::Profile().
Referenced by clang::AnalysisDeclContext::getBlockInvocationContext().
const ScopeContext * LocationContextManager::getScope | ( | AnalysisDeclContext * | ctx, |
const LocationContext * | parent, | ||
const Stmt * | s | ||
) |
Definition at line 412 of file AnalysisDeclContext.cpp.
const StackFrameContext * LocationContextManager::getStackFrame | ( | AnalysisDeclContext * | ctx, |
const LocationContext * | parent, | ||
const Stmt * | s, | ||
const CFGBlock * | blk, | ||
unsigned | idx | ||
) |
Definition at line 395 of file AnalysisDeclContext.cpp.
References clang::StackFrameContext::Profile().
Referenced by clang::AnalysisDeclContextManager::getStackFrame().