Home
last modified time | relevance | path

Searched refs:AnalysisDeclContextManager (Results 1 – 5 of 5) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/include/clang/Analysis/
H A DAnalysisContext.h38 class AnalysisDeclContextManager; variable
69 AnalysisDeclContextManager *Manager;
91 AnalysisDeclContext(AnalysisDeclContextManager *Mgr,
94 AnalysisDeclContext(AnalysisDeclContextManager *Mgr,
105 AnalysisDeclContextManager *getManager() const { in getManager()
404 class AnalysisDeclContextManager {
420 AnalysisDeclContextManager(bool useUnoptimizedCFG = false,
429 ~AnalysisDeclContextManager();
/minix3/external/bsd/llvm/dist/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp38 AnalysisDeclContext::AnalysisDeclContext(AnalysisDeclContextManager *Mgr, in AnalysisDeclContext()
53 AnalysisDeclContext::AnalysisDeclContext(AnalysisDeclContextManager *Mgr, in AnalysisDeclContext()
66 AnalysisDeclContextManager::AnalysisDeclContextManager(bool useUnoptimizedCFG, in AnalysisDeclContextManager() function in AnalysisDeclContextManager
84 void AnalysisDeclContextManager::clear() { in clear()
275 AnalysisDeclContext *AnalysisDeclContextManager::getContext(const Decl *D) { in getContext()
567 AnalysisDeclContextManager::~AnalysisDeclContextManager() { in ~AnalysisDeclContextManager()
/minix3/external/bsd/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DAnalysisManager.h33 AnalysisDeclContextManager AnaCtxMgr;
64 AnalysisDeclContextManager& getAnalysisDeclContextManager() { in getAnalysisDeclContextManager()
H A DExprEngine.h31 class AnalysisDeclContextManager; variable
61 AnalysisDeclContextManager &AnalysisDeclContexts;
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp807 AnalysisDeclContextManager &ADCMgr = AMgr.getAnalysisDeclContextManager(); in shouldInlineCall()