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"
242 CFGStmtMap *AnalysisDeclContext::getCFGStmtMap() {
243 if (cfgStmtMap)
244 return cfgStmtMap.get();
247 cfgStmtMap.reset(CFGStmtMap::Build(c, &getParentMap()));
248 return cfgStmtMap.get();
  /external/clang/include/clang/Analysis/
AnalysisContext.h 30 class CFGStmtMap;
74 std::unique_ptr<CFGStmtMap> cfgStmtMap;
157 CFGStmtMap *getCFGStmtMap();

Completed in 443 milliseconds