LLVM
8.0.1
|
#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 | |
FoldingSetIteratorImpl (void **Bucket) | |
void | advance () |
Protected Attributes inherited from llvm::FoldingSetIteratorImpl | |
FoldingSetNode * | NodePtr |
Definition at line 360 of file FoldingSet.h.
|
inlineexplicit |
Definition at line 639 of file FoldingSet.h.
|
inline |
Definition at line 641 of file FoldingSet.h.
|
inline |
Definition at line 649 of file FoldingSet.h.
|
inline |
Definition at line 653 of file FoldingSet.h.
|
inline |
Definition at line 645 of file FoldingSet.h.