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

#include "clang/AST/GlobalDecl.h"

Static Public Member Functions

static clang::GlobalDecl getEmptyKey ()
 
static clang::GlobalDecl getTombstoneKey ()
 
static unsigned getHashValue (clang::GlobalDecl GD)
 
static bool isEqual (clang::GlobalDecl LHS, clang::GlobalDecl RHS)
 

Detailed Description

Definition at line 208 of file GlobalDecl.h.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 209 of file GlobalDecl.h.

◆ getHashValue()

static unsigned llvm::DenseMapInfo< clang::GlobalDecl >::getHashValue ( clang::GlobalDecl  GD)
inlinestatic

Definition at line 218 of file GlobalDecl.h.

References clang::GlobalDecl::getAsOpaquePtr().

◆ getTombstoneKey()

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

Definition at line 213 of file GlobalDecl.h.

References clang::GlobalDecl::getFromOpaquePtr().

◆ isEqual()

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

Definition at line 222 of file GlobalDecl.h.


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