Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Analysis/
DCFG.h680 using UnderlayingIteratorTy = std::conditional_t< variable
687 using IteratorTraits = typename std::iterator_traits<UnderlayingIteratorTy>;
698 UnderlayingIteratorTy Pos;
701 ElementRefIterator(CFGBlockRef Parent, UnderlayingIteratorTy Pos) in ElementRefIterator()