clang 22.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 DynTypedNode getEmptyKey ()
static DynTypedNode getTombstoneKey ()
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 374 of file ASTTypeTraits.h.

Member Function Documentation

◆ getEmptyKey()

DynTypedNode clang::DynTypedNode::DenseMapInfo::getEmptyKey ( )
inlinestatic

Definition at line 375 of file ASTTypeTraits.h.

References clang::ASTNodeKind::DenseMapInfo::getEmptyKey().

◆ getHashValue()

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

◆ getTombstoneKey()

DynTypedNode clang::DynTypedNode::DenseMapInfo::getTombstoneKey ( )
inlinestatic

◆ isEqual()

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

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