clang 23.0.0git
clang::DynTypedNode::DenseMapInfo Struct Reference

Hooks for using DynTypedNode as a key in a DenseMap. More...

#include "clang/AST/ASTTypeTraits.h"

Inheritance diagram for clang::DynTypedNode::DenseMapInfo:
[legend]

Static Public Member Functions

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

Detailed Description

Hooks for using DynTypedNode as a key in a DenseMap.

Definition at line 370 of file ASTTypeTraits.h.

Member Function Documentation

◆ getHashValue()

unsigned clang::DynTypedNode::DenseMapInfo::getHashValue ( const DynTypedNode & Val)
inlinestatic

◆ isEqual()

bool clang::DynTypedNode::DenseMapInfo::isEqual ( const DynTypedNode & LHS,
const DynTypedNode & RHS )
inlinestatic

Definition at line 390 of file ASTTypeTraits.h.


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