class FoldingSetIteratorImpl
Declaration
class FoldingSetIteratorImpl { /* full declaration omitted */ };
Description
FoldingSetIteratorImpl - This is the common iterator support shared by all folding sets, which knows how to walk the folding set hash table.
Declared at: llvm/include/llvm/ADT/FoldingSet.h:619
Member Variables
- protected llvm::FoldingSetNode* NodePtr
Method Overview
- protected FoldingSetIteratorImpl(void ** Bucket)
- protected void advance()
Methods
¶FoldingSetIteratorImpl(void** Bucket)
FoldingSetIteratorImpl(void** Bucket)
Declared at: llvm/include/llvm/ADT/FoldingSet.h:623
Parameters
- void** Bucket
¶void advance()
void advance()
Declared at: llvm/include/llvm/ADT/FoldingSet.h:625