HomeSort by relevance Sort by last modified time
    Searched refs:cfgStmtMap (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Analysis/
AnalysisDeclContext.cpp 27 #include "clang/Analysis/CFGStmtMap.h"
218 CFGStmtMap *AnalysisDeclContext::getCFGStmtMap() {
219 if (cfgStmtMap)
220 return cfgStmtMap.get();
223 cfgStmtMap.reset(CFGStmtMap::Build(c, &getParentMap()));
224 return cfgStmtMap.get();
  /external/clang/include/clang/Analysis/
AnalysisContext.h 29 class CFGStmtMap;
73 std::unique_ptr<CFGStmtMap> cfgStmtMap;
148 CFGStmtMap *getCFGStmtMap();

Completed in 43 milliseconds