Home
last modified time | relevance | path

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

/external/clang/include/clang/Analysis/
DAnalysisContext.h38 class AnalysisDeclContextManager; variable
69 AnalysisDeclContextManager *Manager;
91 AnalysisDeclContext(AnalysisDeclContextManager *Mgr,
94 AnalysisDeclContext(AnalysisDeclContextManager *Mgr,
105 AnalysisDeclContextManager *getManager() const { in getManager()
408 class AnalysisDeclContextManager {
424 AnalysisDeclContextManager(bool useUnoptimizedCFG = false,
433 ~AnalysisDeclContextManager();
/external/clang/lib/Analysis/
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()
302 AnalysisDeclContext *AnalysisDeclContextManager::getContext(const Decl *D) { in getContext()
609 AnalysisDeclContextManager::~AnalysisDeclContextManager() { in ~AnalysisDeclContextManager()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DAnalysisManager.h33 AnalysisDeclContextManager AnaCtxMgr;
64 AnalysisDeclContextManager& getAnalysisDeclContextManager() { in getAnalysisDeclContextManager()
DExprEngine.h31 class AnalysisDeclContextManager; variable
61 AnalysisDeclContextManager &AnalysisDeclContexts;
/external/clang/lib/StaticAnalyzer/Core/
DExprEngineCallAndReturn.cpp796 AnalysisDeclContextManager &ADCMgr = AMgr.getAnalysisDeclContextManager(); in shouldInlineCall()