Home
last modified time | relevance | path

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

/external/clang/include/clang/Analysis/
DAnalysisContext.h37 class AnalysisDeclContextManager; variable
68 AnalysisDeclContextManager *Manager;
90 AnalysisDeclContext(AnalysisDeclContextManager *Mgr,
93 AnalysisDeclContext(AnalysisDeclContextManager *Mgr,
104 AnalysisDeclContextManager *getManager() const { in getManager()
395 class AnalysisDeclContextManager {
407 AnalysisDeclContextManager(bool useUnoptimizedCFG = false,
415 ~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
83 void AnalysisDeclContextManager::clear() { in clear()
268 AnalysisDeclContext *AnalysisDeclContextManager::getContext(const Decl *D) { in getContext()
560 AnalysisDeclContextManager::~AnalysisDeclContextManager() { in ~AnalysisDeclContextManager()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DAnalysisManager.h31 AnalysisDeclContextManager AnaCtxMgr;
61 AnalysisDeclContextManager& getAnalysisDeclContextManager() { in getAnalysisDeclContextManager()
DExprEngine.h31 class AnalysisDeclContextManager; variable
61 AnalysisDeclContextManager &AnalysisDeclContexts;
/external/clang/lib/StaticAnalyzer/Core/
DExprEngineCallAndReturn.cpp807 AnalysisDeclContextManager &ADCMgr = AMgr.getAnalysisDeclContextManager(); in shouldInlineCall()