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

#include "clang/AST/DeclID.h"

Public Types

using GlobalDeclID = clang::GlobalDeclID
 
using DeclID = GlobalDeclID::DeclID
 

Static Public Member Functions

static GlobalDeclID getEmptyKey ()
 
static GlobalDeclID getTombstoneKey ()
 
static unsigned getHashValue (const GlobalDeclID &Key)
 
static bool isEqual (const GlobalDeclID &L, const GlobalDeclID &R)
 

Detailed Description

Definition at line 204 of file DeclID.h.

Member Typedef Documentation

◆ DeclID

using llvm::DenseMapInfo< clang::GlobalDeclID >::DeclID = GlobalDeclID::DeclID

Definition at line 206 of file DeclID.h.

◆ GlobalDeclID

using llvm::DenseMapInfo< clang::GlobalDeclID >::GlobalDeclID = clang::GlobalDeclID

Definition at line 205 of file DeclID.h.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 208 of file DeclID.h.

◆ getHashValue()

static unsigned llvm::DenseMapInfo< clang::GlobalDeclID >::getHashValue ( const GlobalDeclID Key)
inlinestatic

Definition at line 216 of file DeclID.h.

References clang::DeclIDBase::get().

◆ getTombstoneKey()

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

Definition at line 212 of file DeclID.h.

◆ isEqual()

static bool llvm::DenseMapInfo< clang::GlobalDeclID >::isEqual ( const GlobalDeclID L,
const GlobalDeclID R 
)
inlinestatic

Definition at line 220 of file DeclID.h.


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