Home
last modified time | relevance | path

Searched refs:ADCMgr (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp53 AnalysisDeclContext::AnalysisDeclContext(AnalysisDeclContextManager *ADCMgr, in AnalysisDeclContext() argument
56 : ADCMgr(ADCMgr), D(D), cfgBuildOptions(Options) { in AnalysisDeclContext()
60 AnalysisDeclContext::AnalysisDeclContext(AnalysisDeclContextManager *ADCMgr, in AnalysisDeclContext() argument
62 : ADCMgr(ADCMgr), D(D) { in AnalysisDeclContext()
97 if (ADCMgr && ADCMgr->synthesizeBodies()) { in getBody()
98 Stmt *SynthesizedBody = ADCMgr->getBodyFarm().getBody(FD); in getBody()
108 if (ADCMgr && ADCMgr->synthesizeBodies()) { in getBody()
109 Stmt *SynthesizedBody = ADCMgr->getBodyFarm().getBody(MD); in getBody()
392 ADCMgr && in getLocationContextManager()
394 return ADCMgr->getLocationContextManager(); in getLocationContextManager()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DAnalysisDeclContext.h75 AnalysisDeclContextManager *ADCMgr; variable
108 AnalysisDeclContextManager *getManager() const { return ADCMgr; } in getManager()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp1079 AnalysisDeclContextManager &ADCMgr = AMgr.getAnalysisDeclContextManager(); in shouldInlineCall() local
1080 AnalysisDeclContext *CalleeADC = ADCMgr.getContext(D); in shouldInlineCall()