Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Analysis/
H A DCFG.h1327 using try_block_iterator = std::vector<const CFGBlock *>::const_iterator; variable
1328 using try_block_range = llvm::iterator_range<try_block_iterator>;
1330 try_block_iterator try_blocks_begin() const { in try_blocks_begin()
1334 try_block_iterator try_blocks_end() const { in try_blocks_end()