|
clang
5.0.0
|
#include "clang/Analysis/AnalysisContext.h"
Public Member Functions | |
| ~StackFrameContext () override | |
| const Stmt * | getCallSite () const |
| const CFGBlock * | getCallSiteBlock () const |
| bool | inTopFrame () const override |
| Return true if the current LocationContext has no caller context. More... | |
| unsigned | getIndex () const |
| void | Profile (llvm::FoldingSetNodeID &ID) override |
Public Member Functions inherited from clang::LocationContext | |
| 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 |
| 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, const CFGBlock *blk, unsigned idx) |
| 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) | |
Definition at line 278 of file AnalysisContext.h.
|
inlineoverride |
Definition at line 296 of file AnalysisContext.h.
|
inlinestatic |
Definition at line 317 of file AnalysisContext.h.
References clang::LocationContext::getKind(), and clang::LocationContext::StackFrame.
|
inline |
Definition at line 298 of file AnalysisContext.h.
Referenced by clang::CallEventManager::getCaller(), clang::ento::StackHintGeneratorForSymbol::getMessage(), reversePropagateInterestingSymbols(), and clang::ento::ExprEngine::VisitCXXConstructExpr().
|
inline |
Definition at line 300 of file AnalysisContext.h.
Referenced by clang::CallEventManager::getCaller(), and getLocationForCaller().
|
inline |
Definition at line 305 of file AnalysisContext.h.
Referenced by clang::CallEventManager::getCaller(), and getLocationForCaller().
|
inlineoverridevirtual |
Return true if the current LocationContext has no caller context.
Reimplemented from clang::LocationContext.
Definition at line 303 of file AnalysisContext.h.
References clang::LocationContext::getParent().
Referenced by clang::LocationContext::inTopFrame().
|
overridevirtual |
Implements clang::LocationContext.
Definition at line 368 of file AnalysisDeclContext.cpp.
References clang::LocationContext::getAnalysisDeclContext(), and clang::LocationContext::getParent().
Referenced by clang::LocationContextManager::getStackFrame().
|
inlinestatic |
Definition at line 309 of file AnalysisContext.h.
References clang::LocationContext::ProfileCommon(), and clang::LocationContext::StackFrame.
|
friend |
Definition at line 288 of file AnalysisContext.h.
1.8.6