class FoldingSetBucketIteratorImpl

Declaration

class FoldingSetBucketIteratorImpl { /* full declaration omitted */ };

Description

FoldingSetBucketIteratorImpl - This is the common bucket iterator support shared by all folding sets, which knows how to walk a particular bucket of a folding set hash table.

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

Member Variables

protected void* Ptr

Method Overview

Methods

FoldingSetBucketIteratorImpl(void** Bucket)

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

Parameters

void** Bucket

FoldingSetBucketIteratorImpl(void** Bucket, bool)

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

Parameters

void** Bucket
bool

void advance()

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