Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Analysis/
H A DAnalysisDeclContext.h33 class AnalysisDeclContextManager; variable
73 AnalysisDeclContextManager *Manager;
95 AnalysisDeclContext(AnalysisDeclContextManager *Mgr,
98 AnalysisDeclContext(AnalysisDeclContextManager *Mgr,
109 AnalysisDeclContextManager *getManager() const { in getManager()
430 class AnalysisDeclContextManager {
451 AnalysisDeclContextManager(ASTContext &ASTCtx, bool useUnoptimizedCFG = false,
/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp55 AnalysisDeclContext::AnalysisDeclContext(AnalysisDeclContextManager *Mgr, in AnalysisDeclContext()
62 AnalysisDeclContext::AnalysisDeclContext(AnalysisDeclContextManager *Mgr, in AnalysisDeclContext()
68 AnalysisDeclContextManager::AnalysisDeclContextManager( in AnalysisDeclContextManager() function in AnalysisDeclContextManager
90 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-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DAnalysisManager.h33 AnalysisDeclContextManager AnaCtxMgr;
62 AnalysisDeclContextManager& getAnalysisDeclContextManager() { in getAnalysisDeclContextManager()
H A DExprEngine.h42 class AnalysisDeclContextManager; variable
121 AnalysisDeclContextManager &AnalysisDeclContexts;
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp901 AnalysisDeclContextManager &ADCMgr = AMgr.getAnalysisDeclContextManager(); in shouldInlineCall()