Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DCFG.h708 using UnderlayingIteratorTy = std::conditional_t< variable
715 using IteratorTraits = typename std::iterator_traits<UnderlayingIteratorTy>;
726 UnderlayingIteratorTy Pos;
729 ElementRefIterator(CFGBlockRef Parent, UnderlayingIteratorTy Pos) in ElementRefIterator()