Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Analysis/
DCFG.h1367 using synthetic_stmt_range = llvm::iterator_range<synthetic_stmt_iterator>; variable
1384 synthetic_stmt_range synthetic_stmts() const { in synthetic_stmts()
1385 return synthetic_stmt_range(synthetic_stmt_begin(), synthetic_stmt_end()); in synthetic_stmts()