Home
last modified time | relevance | path

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

/llvm-project/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/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DAnalysisManager.h62 AnalysisDeclContextManager& getAnalysisDeclContextManager() { in getAnalysisDeclContextManager() function
H A DExprEngine.h200 AnalysisDeclContextManager &getAnalysisDeclContextManager() { in getAnalysisDeclContextManager() function
201 return AMgr.getAnalysisDeclContextManager(); in getAnalysisDeclContextManager()
/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp729 Eng.ExecuteWorkList(Mgr->getAnalysisDeclContextManager().getStackFrame(D), in RunPathSensitiveChecks()
/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp1083 AnalysisDeclContextManager &ADCMgr = AMgr.getAnalysisDeclContextManager(); in shouldInlineCall()
H A DExprEngine.cpp225 AMgr(mgr), AnalysisDeclContexts(mgr.getAnalysisDeclContextManager()), in ExprEngine()