Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp55 AnalysisDeclContext::AnalysisDeclContext(AnalysisDeclContextManager *ADCMgr, in AnalysisDeclContext() argument
58 : ADCMgr(ADCMgr), D(D), cfgBuildOptions(Options) { in AnalysisDeclContext()
62 AnalysisDeclContext::AnalysisDeclContext(AnalysisDeclContextManager *ADCMgr, in AnalysisDeclContext() argument
64 : 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()
342 ADCMgr && in getLocationContextManager()
344 return ADCMgr->getLocationContextManager(); in getLocationContextManager()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DAnalysisDeclContext.h75 AnalysisDeclContextManager *ADCMgr; variable
108 AnalysisDeclContextManager *getManager() const { return ADCMgr; } in getManager()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp969 AnalysisDeclContextManager &ADCMgr = AMgr.getAnalysisDeclContextManager(); in shouldInlineCall() local
970 AnalysisDeclContext *CalleeADC = ADCMgr.getContext(D); in shouldInlineCall()