clang 22.0.0git
clang::ASTNodeKind::DenseMapInfo Struct Reference

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

#include "clang/AST/ASTTypeTraits.h"

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

Static Public Member Functions

static ASTNodeKind getEmptyKey ()
static ASTNodeKind getTombstoneKey ()
static unsigned getHashValue (const ASTNodeKind &Val)
static bool isEqual (const ASTNodeKind &LHS, const ASTNodeKind &RHS)

Detailed Description

Hooks for using ASTNodeKind as a key in a DenseMap.

Definition at line 110 of file ASTTypeTraits.h.

Member Function Documentation

◆ getEmptyKey()

ASTNodeKind clang::ASTNodeKind::DenseMapInfo::getEmptyKey ( )
inlinestatic

◆ getHashValue()

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

Definition at line 118 of file ASTTypeTraits.h.

References clang::ASTNodeKind::ASTNodeKind().

◆ getTombstoneKey()

ASTNodeKind clang::ASTNodeKind::DenseMapInfo::getTombstoneKey ( )
inlinestatic

◆ isEqual()

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

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