clang  3.7.0
Public Member Functions | Static Public Member Functions | Friends | List of all members
clang::ScopeContext Class Reference

#include <AnalysisContext.h>

Inheritance diagram for clang::ScopeContext:
[legend]
Collaboration diagram for clang::ScopeContext:
[legend]

Public Member Functions

 ~ScopeContext () override
 
void Profile (llvm::FoldingSetNodeID &ID) override
 
- Public Member Functions inherited from clang::LocationContext
virtual ~LocationContext ()
 
ContextKind getKind () const
 
AnalysisDeclContextgetAnalysisDeclContext () const
 
const LocationContextgetParent () const
 
bool isParentOf (const LocationContext *LC) const
 
const DeclgetDecl () const
 
CFGgetCFG () const
 
template<typename T >
T * getAnalysis () const
 
ParentMapgetParentMap () const
 
const ImplicitParamDeclgetSelfDecl () const
 
const StackFrameContextgetCurrentStackFrame () 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 Stmt *s)
 
static bool classof (const LocationContext *Ctx)
 
- Static Public Member Functions inherited from clang::LocationContext
static void ProfileCommon (llvm::FoldingSetNodeID &ID, ContextKind ck, AnalysisDeclContext *ctx, const LocationContext *parent, const void *data)
 

Friends

class LocationContextManager
 

Additional Inherited Members

- Public Types inherited from clang::LocationContext
enum  ContextKind { StackFrame, Scope, Block }
 
- Protected Member Functions inherited from clang::LocationContext
 LocationContext (ContextKind k, AnalysisDeclContext *ctx, const LocationContext *parent)
 

Detailed Description

Definition at line 318 of file AnalysisContext.h.

Constructor & Destructor Documentation

clang::ScopeContext::~ScopeContext ( )
inlineoverride

Definition at line 327 of file AnalysisContext.h.

Member Function Documentation

static bool clang::ScopeContext::classof ( const LocationContext Ctx)
inlinestatic
void ScopeContext::Profile ( llvm::FoldingSetNodeID &  ID)
overridevirtual
static void clang::ScopeContext::Profile ( llvm::FoldingSetNodeID &  ID,
AnalysisDeclContext ctx,
const LocationContext parent,
const Stmt s 
)
inlinestatic

Definition at line 331 of file AnalysisContext.h.

References clang::LocationContext::ProfileCommon().

Friends And Related Function Documentation

friend class LocationContextManager
friend

Definition at line 321 of file AnalysisContext.h.


The documentation for this class was generated from the following files: