LLVM 20.0.0git
|
FoldingSetIteratorImpl - This is the common iterator support shared by all folding sets, which knows how to walk the folding set hash table. More...
#include "llvm/ADT/FoldingSet.h"
Public Member Functions | |
bool | operator== (const FoldingSetIteratorImpl &RHS) const |
bool | operator!= (const FoldingSetIteratorImpl &RHS) const |
Protected Member Functions | |
FoldingSetIteratorImpl (void **Bucket) | |
void | advance () |
Protected Attributes | |
FoldingSetNode * | NodePtr |
FoldingSetIteratorImpl - This is the common iterator support shared by all folding sets, which knows how to walk the folding set hash table.
Definition at line 708 of file FoldingSet.h.
|
protected |
Definition at line 390 of file FoldingSet.cpp.
References GetNextPtr(), and NodePtr.
|
protected |
Definition at line 399 of file FoldingSet.cpp.
References GetBucketPtr(), llvm::FoldingSetBase::Node::getNextInBucket(), GetNextPtr(), and NodePtr.
Referenced by llvm::FoldingSetIterator< T >::operator++().
|
inline |
Definition at line 720 of file FoldingSet.h.
|
inline |
Definition at line 717 of file FoldingSet.h.
|
protected |
Definition at line 710 of file FoldingSet.h.
Referenced by advance(), FoldingSetIteratorImpl(), operator!=(), llvm::FoldingSetIterator< T >::operator*(), llvm::FoldingSetIterator< T >::operator->(), and operator==().