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

/external/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp219 if (cfgStmtMap)
220 return cfgStmtMap.get();
223 cfgStmtMap.reset(CFGStmtMap::Build(c, &getParentMap()));
224 return cfgStmtMap.get();
/external/clang/include/clang/Analysis/
H A DAnalysisContext.h73 std::unique_ptr<CFGStmtMap> cfgStmtMap; member in class:clang::AnalysisDeclContext

Completed in 41 milliseconds