Searched refs:AnalysisDeclContextManager (Results 1 – 5 of 5) sorted by relevance
33 class AnalysisDeclContextManager; variable73 AnalysisDeclContextManager *Manager;95 AnalysisDeclContext(AnalysisDeclContextManager *Mgr,98 AnalysisDeclContext(AnalysisDeclContextManager *Mgr,109 AnalysisDeclContextManager *getManager() const { in getManager()430 class AnalysisDeclContextManager {451 AnalysisDeclContextManager(ASTContext &ASTCtx, bool useUnoptimizedCFG = false,
55 AnalysisDeclContext::AnalysisDeclContext(AnalysisDeclContextManager *Mgr, in AnalysisDeclContext()62 AnalysisDeclContext::AnalysisDeclContext(AnalysisDeclContextManager *Mgr, in AnalysisDeclContext()68 AnalysisDeclContextManager::AnalysisDeclContextManager( in AnalysisDeclContextManager() function in AnalysisDeclContextManager90 void AnalysisDeclContextManager::clear() { Contexts.clear(); } in clear()294 AnalysisDeclContext *AnalysisDeclContextManager::getContext(const Decl *D) { in getContext()308 BodyFarm &AnalysisDeclContextManager::getBodyFarm() { return FunctionBodyFarm; } in getBodyFarm()
33 AnalysisDeclContextManager AnaCtxMgr;62 AnalysisDeclContextManager& getAnalysisDeclContextManager() { in getAnalysisDeclContextManager()
42 class AnalysisDeclContextManager; variable121 AnalysisDeclContextManager &AnalysisDeclContexts;
901 AnalysisDeclContextManager &ADCMgr = AMgr.getAnalysisDeclContextManager(); in shouldInlineCall()