LLVM 24.0.0git
llvm::FoldingSetNode Class Reference

This class is used to maintain node state in a folding set. More...

#include "llvm/ADT/FoldingSet.h"

Inheritance diagram for llvm::FoldingSetNode:
[legend]

Public Member Functions

 FoldingSetNode ()=default
uint32_t getFoldingSetHash () const
void setFoldingSetHash (uint32_t Hash)

Detailed Description

This class is used to maintain node state in a folding set.

Definition at line 309 of file FoldingSet.h.

Constructor & Destructor Documentation

◆ FoldingSetNode()

llvm::FoldingSetNode::FoldingSetNode ( )
default

Member Function Documentation

◆ getFoldingSetHash()

uint32_t llvm::FoldingSetNode::getFoldingSetHash ( ) const
inline

Definition at line 317 of file FoldingSet.h.

◆ setFoldingSetHash()

void llvm::FoldingSetNode::setFoldingSetHash ( uint32_t Hash)
inline

Definition at line 318 of file FoldingSet.h.


The documentation for this class was generated from the following file: