Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DCFG.h706 template <bool IsReverse, bool IsConst> class ElementRefIterator {
709 friend class ElementRefIterator; variable
735 ElementRefIterator(CFGBlockRef Parent, UnderlayingIteratorTy Pos) in ElementRefIterator() function
739 ElementRefIterator(ElementRefIterator<false, IsOtherConst> E) in ElementRefIterator() function
740 : ElementRefIterator(E.Parent, E.Pos.base()) {} in ElementRefIterator()
743 ElementRefIterator(ElementRefIterator<true, IsOtherConst> E) in ElementRefIterator() function
744 : ElementRefIterator(E.Parent, std::make_reverse_iterator(E.Pos)) {} in ElementRefIterator()
746 bool operator<(ElementRefIterator Other) const {
751 bool operator==(ElementRefIterator Other) const {
755 bool operator!=(ElementRefIterator Other) const {
[all …]