clang
6.0.0
|
#include "clang/Analysis/AnalysisDeclContext.h"
Public Member Functions | |
~BlockInvocationContext () override | |
const BlockDecl * | getBlockDecl () const |
const void * | getContextData () const |
void | Profile (llvm::FoldingSetNodeID &ID) override |
![]() | |
virtual | ~LocationContext () |
ContextKind | getKind () const |
AnalysisDeclContext * | getAnalysisDeclContext () const |
const LocationContext * | getParent () const |
bool | isParentOf (const LocationContext *LC) const |
const Decl * | getDecl () const |
CFG * | getCFG () const |
template<typename T > | |
T * | getAnalysis () const |
ParentMap & | getParentMap () const |
const ImplicitParamDecl * | getSelfDecl () const |
const StackFrameContext * | getCurrentStackFrame () const |
virtual bool | inTopFrame () const |
Return true if the current LocationContext has no caller context. More... | |
void | dumpStack (raw_ostream &OS, StringRef Indent="") const |
void | dumpStack () const |
Static Public Member Functions | |
static void | Profile (llvm::FoldingSetNodeID &ID, AnalysisDeclContext *ctx, const LocationContext *parent, const BlockDecl *bd, const void *contextData) |
static bool | classof (const LocationContext *Ctx) |
![]() | |
static void | ProfileCommon (llvm::FoldingSetNodeID &ID, ContextKind ck, AnalysisDeclContext *ctx, const LocationContext *parent, const void *data) |
Friends | |
class | LocationContextManager |
Additional Inherited Members | |
![]() | |
enum | ContextKind { StackFrame, Scope, Block } |
![]() | |
LocationContext (ContextKind k, AnalysisDeclContext *ctx, const LocationContext *parent) | |
Definition at line 346 of file AnalysisDeclContext.h.
|
inlineoverride |
Definition at line 360 of file AnalysisDeclContext.h.
|
inlinestatic |
Definition at line 375 of file AnalysisDeclContext.h.
References clang::LocationContext::getKind().
|
inline |
Definition at line 362 of file AnalysisDeclContext.h.
|
inline |
Definition at line 364 of file AnalysisDeclContext.h.
|
overridevirtual |
Implements clang::LocationContext.
Definition at line 368 of file AnalysisDeclContext.cpp.
Referenced by clang::LocationContextManager::getBlockInvocationContext().
|
inlinestatic |
Definition at line 368 of file AnalysisDeclContext.h.
|
friend |
Definition at line 352 of file AnalysisDeclContext.h.