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.h1330 using try_block_iterator = std::vector<const CFGBlock *>::const_iterator; variable
1331 using try_block_range = llvm::iterator_range<try_block_iterator>;
1333 try_block_iterator try_blocks_begin() const { in try_blocks_begin()
1337 try_block_iterator try_blocks_end() const { in try_blocks_end()