Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DAnalyzerStatsChecker.cpp120 const CoreEngine &CE = Eng.getCoreEngine(); in checkEndAnalysis()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h399 const CoreEngine &getCoreEngine() const { return Engine; } in getCoreEngine() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp288 NodeBuilderContext Ctx(getCoreEngine(), Blk, BindedRetNode); in processCallExit()