Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Analysis/
H A DCFG.h1340 using try_block_iterator = std::vector<const CFGBlock *>::const_iterator; variable
1341 using try_block_range = llvm::iterator_range<try_block_iterator>;
1343 try_block_iterator try_blocks_begin() const { in try_blocks_begin()
1347 try_block_iterator try_blocks_end() const { in try_blocks_end()