Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DCFG.h1360 using synthetic_stmt_range = llvm::iterator_range<synthetic_stmt_iterator>; variable
1377 synthetic_stmt_range synthetic_stmts() const { in synthetic_stmts()
1378 return synthetic_stmt_range(synthetic_stmt_begin(), synthetic_stmt_end()); in synthetic_stmts()