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
- public Node()
- public void SetNextInBucket(void * N)
- public void * getNextInBucket() const
Methods
¶Node()
Node()
Declared at: llvm/include/llvm/ADT/FoldingSet.h:141
¶void SetNextInBucket(void* N)
void SetNextInBucket(void* N)
Declared at: llvm/include/llvm/ADT/FoldingSet.h:145
Parameters
- void* N
¶void* getNextInBucket() const
void* getNextInBucket() const
Declared at: llvm/include/llvm/ADT/FoldingSet.h:144