Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp235 completeCFG = in getUnoptimizedCFG()
242 addParentsForSyntheticStmts(completeCFG.get(), *PM); in getUnoptimizedCFG()
247 return completeCFG.get(); in getUnoptimizedCFG()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Analysis/
H A DAnalysisDeclContext.h77 std::unique_ptr<CFG> cfg, completeCFG; variable