Home
last modified time | relevance | path

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

/external/clang/include/clang/Analysis/
DCFG.h872 return TryDispatchBlocks.begin(); in try_blocks_begin()
875 return TryDispatchBlocks.end(); in try_blocks_end()
879 TryDispatchBlocks.push_back(block); in addTryDispatchBlock()
975 std::vector<const CFGBlock *> TryDispatchBlocks; variable
/external/llvm-project/clang/include/clang/Analysis/
DCFG.h1329 return TryDispatchBlocks.begin(); in try_blocks_begin()
1333 return TryDispatchBlocks.end(); in try_blocks_end()
1337 TryDispatchBlocks.push_back(block); in addTryDispatchBlock()
1444 std::vector<const CFGBlock *> TryDispatchBlocks; variable