Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DCFG.h672 template <bool IsReverse, bool IsConst> class ElementRefIterator {
675 friend class ElementRefIterator; variable
701 ElementRefIterator(CFGBlockRef Parent, UnderlayingIteratorTy Pos) in ElementRefIterator() function
705 ElementRefIterator(ElementRefIterator<false, IsOtherConst> E) in ElementRefIterator() function
706 : ElementRefIterator(E.Parent, E.Pos.base()) {} in ElementRefIterator()
709 ElementRefIterator(ElementRefIterator<true, IsOtherConst> E) in ElementRefIterator() function
710 : ElementRefIterator(E.Parent, llvm::make_reverse_iterator(E.Pos)) {} in ElementRefIterator()
712 bool operator<(ElementRefIterator Other) const {
717 bool operator==(ElementRefIterator Other) const {
721 bool operator!=(ElementRefIterator Other) const {
[all …]