clang 19.0.0git
Static Public Member Functions | List of all members
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:
Inheritance graph
[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()

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

◆ getHashValue()

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

Definition at line 118 of file ASTTypeTraits.h.

◆ getTombstoneKey()

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

◆ isEqual()

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

Definition at line 119 of file ASTTypeTraits.h.

Referenced by clang::DynTypedNode::DenseMapInfo::isEqual().


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