class FoldingSetBase::Node

Declaration

class FoldingSetBase::Node { /* full declaration omitted */ };

Description

Node - This class is used to maintain the singly linked bucket list in a folding set.

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

Member Variables

private void* NextInFoldingSetBucket = nullptr

Method Overview

Methods

Node()

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

void SetNextInBucket(void* N)

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

Parameters

void* N

void* getNextInBucket() const

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