Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DCFG.h1361 using synthetic_stmt_iterator = variable
1363 using synthetic_stmt_range = llvm::iterator_range<synthetic_stmt_iterator>;
1370 synthetic_stmt_iterator synthetic_stmt_begin() const { in synthetic_stmt_begin()
1375 synthetic_stmt_iterator synthetic_stmt_end() const { in synthetic_stmt_end()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp206 for (CFG::synthetic_stmt_iterator I = TheCFG->synthetic_stmt_begin(), in addParentsForSyntheticStmts()