Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Analysis/
DCFG.h1365 using synthetic_stmt_iterator = variable
1367 using synthetic_stmt_range = llvm::iterator_range<synthetic_stmt_iterator>;
1374 synthetic_stmt_iterator synthetic_stmt_begin() const { in synthetic_stmt_begin()
1379 synthetic_stmt_iterator synthetic_stmt_end() const { in synthetic_stmt_end()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Analysis/
DAnalysisDeclContext.cpp206 for (CFG::synthetic_stmt_iterator I = TheCFG->synthetic_stmt_begin(), in addParentsForSyntheticStmts()