Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Analysis/
H A DCFG.h1069 using CFGBlockListTy = BumpVector<CFGBlock *>; variable
1070 using iterator = CFGBlockListTy::iterator;
1071 using const_iterator = CFGBlockListTy::const_iterator;
1209 CFGBlockListTy Blocks;