Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DCFG.h1338 using try_block_iterator = std::vector<const CFGBlock *>::const_iterator; variable
1339 using try_block_range = llvm::iterator_range<try_block_iterator>;
1341 try_block_iterator try_blocks_begin() const { in try_blocks_begin()
1345 try_block_iterator try_blocks_end() const { in try_blocks_end()