Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/Analysis/
H A DCFG.h1339 using try_block_iterator = std::vector<const CFGBlock *>::const_iterator; variable
1340 using try_block_range = llvm::iterator_range<try_block_iterator>;
1342 try_block_iterator try_blocks_begin() const { in try_blocks_begin()
1346 try_block_iterator try_blocks_end() const { in try_blocks_end()