|
LLVM 23.0.0git
|
#include "llvm/ADT/FoldingSet.h"
Public Member Functions | |
| FoldingSetIterator (void **Bucket) | |
| T & | operator* () const |
| T * | operator-> () const |
| FoldingSetIterator & | operator++ () |
| FoldingSetIterator | operator++ (int) |
| Public Member Functions inherited from llvm::FoldingSetIteratorImpl | |
| bool | operator== (const FoldingSetIteratorImpl &RHS) const |
| bool | operator!= (const FoldingSetIteratorImpl &RHS) const |
Additional Inherited Members | |
| Protected Member Functions inherited from llvm::FoldingSetIteratorImpl | |
| LLVM_ABI | FoldingSetIteratorImpl (void **Bucket) |
| LLVM_ABI void | advance () |
| Protected Attributes inherited from llvm::FoldingSetIteratorImpl | |
| FoldingSetNode * | NodePtr |
Definition at line 715 of file FoldingSet.h.
|
inlineexplicit |
Definition at line 717 of file FoldingSet.h.
|
inline |
Definition at line 719 of file FoldingSet.h.
|
inline |
Definition at line 727 of file FoldingSet.h.
|
inline |
Definition at line 731 of file FoldingSet.h.
|
inline |
Definition at line 723 of file FoldingSet.h.