LLVM
8.0.1
|
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 620 of file FoldingSet.h.
|
protected |
Definition at line 430 of file FoldingSet.cpp.
References GetNextPtr().
|
protected |
Definition at line 439 of file FoldingSet.cpp.
References GetBucketPtr(), and GetNextPtr().
|
inline |
Definition at line 632 of file FoldingSet.h.
References NodePtr.
|
inline |
Definition at line 629 of file FoldingSet.h.
References NodePtr.
|
protected |
Definition at line 622 of file FoldingSet.h.
Referenced by operator!=(), and operator==().