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:692

Member Variables

protected llvm::FoldingSetNode* NodePtr

Method Overview

Methods

FoldingSetIteratorImpl(void** Bucket)

Declared at: llvm/include/llvm/ADT/FoldingSet.h:696

Parameters

void** Bucket

void advance()

Declared at: llvm/include/llvm/ADT/FoldingSet.h:698