Home | History | Annotate | Download | only in Analysis

Lines Matching refs:CFG

24 #include "clang/Analysis/CFG.h"
37 const CFG::BuildOptions &buildOptions)
98 forcedBlkExprs = new CFG::BuildOptions::ForcedBlkExprs();
110 CFG::BuildOptions::ForcedBlkExprs::const_iterator itr =
116 CFG *AnalysisContext::getCFG() {
121 cfg.reset(CFG::buildCFG(D, getBody(),
123 // Even when the cfg is not successfully built, we don't
127 return cfg.get();
130 CFG *AnalysisContext::getUnoptimizedCFG() {
134 completeCFG.reset(CFG::buildCFG(D, getBody(), &D->getASTContext(),
136 // Even when the cfg is not successfully built, we don't
147 if (CFG *c = getCFG()) {
159 if (CFG *c = getCFG()) {