Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/Analysis/
H A DCFG.h1370 using synthetic_stmt_iterator = variable
1372 using synthetic_stmt_range = llvm::iterator_range<synthetic_stmt_iterator>;
1379 synthetic_stmt_iterator synthetic_stmt_begin() const { in synthetic_stmt_begin()
1384 synthetic_stmt_iterator synthetic_stmt_end() const { in synthetic_stmt_end()
/openbsd/gnu/llvm/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp206 for (CFG::synthetic_stmt_iterator I = TheCFG->synthetic_stmt_begin(), in addParentsForSyntheticStmts()