Home
last modified time | relevance | path

Searched refs:cfgStmtMap (Results 1 – 2 of 2) sorted by relevance

/freebsd-head/contrib/llvm-project/clang/lib/Analysis/
HDAnalysisDeclContext.cpp251 if (cfgStmtMap) in getCFGStmtMap()
252 return cfgStmtMap.get(); in getCFGStmtMap()
255 cfgStmtMap.reset(CFGStmtMap::Build(c, &getParentMap())); in getCFGStmtMap()
256 return cfgStmtMap.get(); in getCFGStmtMap()
/freebsd-head/contrib/llvm-project/clang/include/clang/Analysis/
HDAnalysisDeclContext.h80 std::unique_ptr<CFGStmtMap> cfgStmtMap; variable