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

Member Variables

protected void* Ptr

Method Overview

Methods

FoldingSetBucketIteratorImpl(void** Bucket)

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

Parameters

void** Bucket

FoldingSetBucketIteratorImpl(void** Bucket, bool)

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

Parameters

void** Bucket
bool

void advance()

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