Searched refs:ADCMgr (Results 1 – 3 of 3) sorted by relevance
55 AnalysisDeclContext::AnalysisDeclContext(AnalysisDeclContextManager *ADCMgr, in AnalysisDeclContext() argument58 : ADCMgr(ADCMgr), D(D), cfgBuildOptions(Options) { in AnalysisDeclContext()62 AnalysisDeclContext::AnalysisDeclContext(AnalysisDeclContextManager *ADCMgr, in AnalysisDeclContext() argument64 : ADCMgr(ADCMgr), D(D) { in AnalysisDeclContext()99 if (ADCMgr && ADCMgr->synthesizeBodies()) { in getBody()100 Stmt *SynthesizedBody = ADCMgr->getBodyFarm().getBody(FD); in getBody()110 if (ADCMgr && ADCMgr->synthesizeBodies()) { in getBody()111 Stmt *SynthesizedBody = ADCMgr->getBodyFarm().getBody(MD); in getBody()394 ADCMgr && in getLocationContextManager()396 return ADCMgr->getLocationContextManager(); in getLocationContextManager()
75 AnalysisDeclContextManager *ADCMgr; variable108 AnalysisDeclContextManager *getManager() const { return ADCMgr; } in getManager()
1079 AnalysisDeclContextManager &ADCMgr = AMgr.getAnalysisDeclContextManager(); in shouldInlineCall() local1080 AnalysisDeclContext *CalleeADC = ADCMgr.getContext(D); in shouldInlineCall()