LLVM 22.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 728 of file FoldingSet.h.
|
inlineexplicit |
Definition at line 730 of file FoldingSet.h.
|
inline |
Definition at line 732 of file FoldingSet.h.
|
inline |
Definition at line 740 of file FoldingSet.h.
|
inline |
Definition at line 744 of file FoldingSet.h.
|
inline |
Definition at line 736 of file FoldingSet.h.