Home
last modified time | relevance | path

Searched refs:AnalysisDeclContextManager (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DAnalysisDeclContext.h35 class AnalysisDeclContextManager; variable
75 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(
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp55 AnalysisDeclContext::AnalysisDeclContext(AnalysisDeclContextManager *ADCMgr, in AnalysisDeclContext()
62 AnalysisDeclContext::AnalysisDeclContext(AnalysisDeclContextManager *ADCMgr, in AnalysisDeclContext()
68 AnalysisDeclContextManager::AnalysisDeclContextManager( in AnalysisDeclContextManager() function in AnalysisDeclContextManager
91 void AnalysisDeclContextManager::clear() { Contexts.clear(); } in clear()
294 AnalysisDeclContext *AnalysisDeclContextManager::getContext(const Decl *D) { in getContext()
308 BodyFarm &AnalysisDeclContextManager::getBodyFarm() { return FunctionBodyFarm; } in getBodyFarm()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DAnalysisManager.h33 AnalysisDeclContextManager AnaCtxMgr;
62 AnalysisDeclContextManager& getAnalysisDeclContextManager() { in getAnalysisDeclContextManager()
H A DExprEngine.h44 class AnalysisDeclContextManager; variable
143 AnalysisDeclContextManager &AnalysisDeclContexts;
200 AnalysisDeclContextManager &getAnalysisDeclContextManager() { in getAnalysisDeclContextManager()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp1079 AnalysisDeclContextManager &ADCMgr = AMgr.getAnalysisDeclContextManager(); in shouldInlineCall()