Searched refs:AnalysisDeclContextManager (Results 1 – 5 of 5) sorted by relevance
35 class AnalysisDeclContextManager; variable75 AnalysisDeclContextManager *ADCMgr;97 AnalysisDeclContext(AnalysisDeclContextManager *Mgr, const Decl *D);99 AnalysisDeclContext(AnalysisDeclContextManager *Mgr, const Decl *D,108 AnalysisDeclContextManager *getManager() const { return ADCMgr; } in getManager()425 class AnalysisDeclContextManager {446 AnalysisDeclContextManager(
55 AnalysisDeclContext::AnalysisDeclContext(AnalysisDeclContextManager *ADCMgr, in AnalysisDeclContext()62 AnalysisDeclContext::AnalysisDeclContext(AnalysisDeclContextManager *ADCMgr, in AnalysisDeclContext()68 AnalysisDeclContextManager::AnalysisDeclContextManager( in AnalysisDeclContextManager() function in AnalysisDeclContextManager91 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()
44 class AnalysisDeclContextManager; variable143 AnalysisDeclContextManager &AnalysisDeclContexts;200 AnalysisDeclContextManager &getAnalysisDeclContextManager() { in getAnalysisDeclContextManager()
1079 AnalysisDeclContextManager &ADCMgr = AMgr.getAnalysisDeclContextManager(); in shouldInlineCall()