Home
last modified time | relevance | path

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

/external/clang/lib/Analysis/
DAnalysisDeclContext.cpp168 static void addParentsForSyntheticStmts(const CFG *TheCFG, ParentMap &PM) { in addParentsForSyntheticStmts() argument
169 if (!TheCFG) in addParentsForSyntheticStmts()
172 for (CFG::synthetic_stmt_iterator I = TheCFG->synthetic_stmt_begin(), in addParentsForSyntheticStmts()
173 E = TheCFG->synthetic_stmt_end(); in addParentsForSyntheticStmts()