Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp236 completeCFG = in getUnoptimizedCFG()
243 addParentsForSyntheticStmts(completeCFG.get(), *PM); in getUnoptimizedCFG()
248 return completeCFG.get(); in getUnoptimizedCFG()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DAnalysisDeclContext.h79 std::unique_ptr<CFG> cfg, completeCFG; variable