Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DAnalyzerStatsChecker.cpp119 const CoreEngine &CE = Eng.getCoreEngine(); in checkEndAnalysis()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h439 const CoreEngine &getCoreEngine() const { return Engine; } in getCoreEngine() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp291 NodeBuilderContext Ctx(getCoreEngine(), Blk, BindedRetNode); in processCallExit()