LLVM API Documentation
#include <FoldingSet.h>
Public Member Functions | |
bool | operator== (const FoldingSetBucketIteratorImpl &RHS) const |
bool | operator!= (const FoldingSetBucketIteratorImpl &RHS) const |
Protected Member Functions | |
FoldingSetBucketIteratorImpl (void **Bucket) | |
FoldingSetBucketIteratorImpl (void **Bucket, bool) | |
void | advance () |
Protected Attributes | |
void * | Ptr |
FoldingSetBucketIteratorImpl - This is the common bucket iterator support shared by all folding sets, which knows how to walk a particular bucket of a folding set hash table.
Definition at line 681 of file FoldingSet.h.
|
explicitprotected |
Definition at line 422 of file FoldingSet.cpp.
References GetNextPtr(), and Ptr.
|
inlineprotected |
Definition at line 687 of file FoldingSet.h.
|
inlineprotected |
Definition at line 690 of file FoldingSet.h.
References Ptr.
Referenced by llvm::FoldingSetBucketIterator< T >::operator++().
|
inline |
Definition at line 700 of file FoldingSet.h.
References Ptr.
|
inline |
Definition at line 697 of file FoldingSet.h.
References Ptr.
|
protected |
Definition at line 683 of file FoldingSet.h.
Referenced by advance(), FoldingSetBucketIteratorImpl(), operator!=(), llvm::FoldingSetBucketIterator< T >::operator*(), llvm::FoldingSetBucketIterator< T >::operator->(), and operator==().