|
LLVM 24.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 696 of file FoldingSet.h.
|
inlineexplicit |
Definition at line 698 of file FoldingSet.h.
|
inline |
Definition at line 700 of file FoldingSet.h.
|
inline |
Definition at line 704 of file FoldingSet.h.
|
inline |
Definition at line 708 of file FoldingSet.h.
|
inline |
Definition at line 702 of file FoldingSet.h.