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"
184 CFGStmtMap *AnalysisDeclContext::getCFGStmtMap() {
185 if (cfgStmtMap)
186 return cfgStmtMap.get();
189 cfgStmtMap.reset(CFGStmtMap::Build(c, &getParentMap()));
190 return cfgStmtMap.get();
  /external/clang/include/clang/Analysis/
AnalysisContext.h 33 class CFGStmtMap;
78 OwningPtr<CFGStmtMap> cfgStmtMap;
153 CFGStmtMap *getCFGStmtMap();

Completed in 182 milliseconds