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

Method Overview

Methods

Node()

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

void SetNextInBucket(void* N)

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

Parameters

void* N

void* getNextInBucket() const

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