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

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

Definition at line 375 of file ASTTypeTraits.h.

References clang::ASTNodeKind::DenseMapInfo::getEmptyKey(), and Node.

◆ getHashValue()

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

◆ getTombstoneKey()

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

Definition at line 380 of file ASTTypeTraits.h.

References clang::ASTNodeKind::DenseMapInfo::getTombstoneKey(), and Node.

◆ isEqual()

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

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