clang 23.0.0git
llvm::DenseMapInfo< llvm::FoldingSetNodeID > Struct Reference

#include "clang/AST/ASTContext.h"

Static Public Member Functions

static unsigned getHashValue (const FoldingSetNodeID &Val)
static bool isEqual (const FoldingSetNodeID &LHS, const FoldingSetNodeID &RHS)

Detailed Description

Definition at line 4007 of file ASTContext.h.

Member Function Documentation

◆ getHashValue()

unsigned llvm::DenseMapInfo< llvm::FoldingSetNodeID >::getHashValue ( const FoldingSetNodeID & Val)
inlinestatic

Definition at line 4008 of file ASTContext.h.

◆ isEqual()

bool llvm::DenseMapInfo< llvm::FoldingSetNodeID >::isEqual ( const FoldingSetNodeID & LHS,
const FoldingSetNodeID & RHS )
inlinestatic

Definition at line 4012 of file ASTContext.h.


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