Home
last modified time | relevance | path

Searched refs:getAnalysisDeclContextManager (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/clang/unittests/StaticAnalyzer/
H A DStoreTest.cpp58 Eng.getAnalysisDeclContextManager().getStackFrame(D); in performTest()
122 Eng.getAnalysisDeclContextManager().getStackFrame(D); in performTest()
H A DSymbolReaperTest.cpp27 Eng.getAnalysisDeclContextManager().getStackFrame(D); in performTest()
H A DParamRegionTest.cpp32 Eng.getAnalysisDeclContextManager().getStackFrame(D); in performTest()
H A DCallDescriptionTest.cpp72 Eng.getAnalysisDeclContextManager().getStackFrame(D); in performTest()
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DAnalysisManager.h62 AnalysisDeclContextManager& getAnalysisDeclContextManager() { in getAnalysisDeclContextManager() function
H A DExprEngine.h207 AnalysisDeclContextManager &getAnalysisDeclContextManager() { in getAnalysisDeclContextManager() function
208 return AMgr.getAnalysisDeclContextManager(); in getAnalysisDeclContextManager()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp728 Eng.ExecuteWorkList(Mgr->getAnalysisDeclContextManager().getStackFrame(D), in RunPathSensitiveChecks()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp1024 AnalysisDeclContextManager &ADCMgr = AMgr.getAnalysisDeclContextManager(); in shouldInlineCall()
H A DExprEngine.cpp217 AMgr(mgr), AnalysisDeclContexts(mgr.getAnalysisDeclContextManager()), in ExprEngine()