clang 24.0.0git
llvm::DenseMapInfo< llvm::FoldingSetNodeIDRef > Struct Reference

#include "clang/AST/ASTContext.h"

Static Public Member Functions

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

Detailed Description

Definition at line 4083 of file ASTContext.h.

Member Function Documentation

◆ getHashValue() [1/2]

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

Definition at line 4090 of file ASTContext.h.

◆ getHashValue() [2/2]

unsigned llvm::DenseMapInfo< llvm::FoldingSetNodeIDRef >::getHashValue ( FoldingSetNodeIDRef Val)
inlinestatic

Definition at line 4084 of file ASTContext.h.

◆ isEqual() [1/2]

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

Definition at line 4093 of file ASTContext.h.

◆ isEqual() [2/2]

bool llvm::DenseMapInfo< llvm::FoldingSetNodeIDRef >::isEqual ( FoldingSetNodeIDRef LHS,
FoldingSetNodeIDRef RHS )
inlinestatic

Definition at line 4087 of file ASTContext.h.


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