clang 19.0.0git
Static Public Member Functions | List of all members
llvm::DenseMapInfo< clang::DeclarationName > Struct Reference

Define DenseMapInfo so that DeclarationNames can be used as keys in DenseMap and DenseSets. More...

#include "clang/AST/DeclarationName.h"

Static Public Member Functions

static clang::DeclarationName getEmptyKey ()
 
static clang::DeclarationName getTombstoneKey ()
 
static unsigned getHashValue (clang::DeclarationName Name)
 
static bool isEqual (clang::DeclarationName LHS, clang::DeclarationName RHS)
 

Detailed Description

Define DenseMapInfo so that DeclarationNames can be used as keys in DenseMap and DenseSets.

Definition at line 904 of file DeclarationName.h.

Member Function Documentation

◆ getEmptyKey()

static clang::DeclarationName llvm::DenseMapInfo< clang::DeclarationName >::getEmptyKey ( )
inlinestatic

Definition at line 905 of file DeclarationName.h.

References clang::DeclarationName::getEmptyMarker().

◆ getHashValue()

static unsigned llvm::DenseMapInfo< clang::DeclarationName >::getHashValue ( clang::DeclarationName  Name)
inlinestatic

Definition at line 913 of file DeclarationName.h.

◆ getTombstoneKey()

static clang::DeclarationName llvm::DenseMapInfo< clang::DeclarationName >::getTombstoneKey ( )
inlinestatic

Definition at line 909 of file DeclarationName.h.

References clang::DeclarationName::getTombstoneMarker().

◆ isEqual()

static bool llvm::DenseMapInfo< clang::DeclarationName >::isEqual ( clang::DeclarationName  LHS,
clang::DeclarationName  RHS 
)
inlinestatic

Definition at line 918 of file DeclarationName.h.


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