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

#include "clang/AST/DeclID.h"

Public Types

using LocalDeclID = clang::LocalDeclID
 
using DeclID = LocalDeclID::DeclID
 

Static Public Member Functions

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

Detailed Description

Definition at line 271 of file DeclID.h.

Member Typedef Documentation

◆ DeclID

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

Definition at line 273 of file DeclID.h.

◆ LocalDeclID

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

Definition at line 272 of file DeclID.h.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 275 of file DeclID.h.

References clang::LocalDeclID::LocalDeclID().

◆ getHashValue()

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

Definition at line 283 of file DeclID.h.

References clang::DeclIDBase::getRawValue().

◆ getTombstoneKey()

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

Definition at line 279 of file DeclID.h.

References clang::LocalDeclID::LocalDeclID().

◆ isEqual()

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

Definition at line 287 of file DeclID.h.


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