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

#include "clang/AST/BaseSubobject.h"

Static Public Member Functions

static clang::BaseSubobject getEmptyKey ()
 
static clang::BaseSubobject getTombstoneKey ()
 
static unsigned getHashValue (const clang::BaseSubobject &Base)
 
static bool isEqual (const clang::BaseSubobject &LHS, const clang::BaseSubobject &RHS)
 

Detailed Description

Definition at line 57 of file BaseSubobject.h.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 58 of file BaseSubobject.h.

References clang::CharUnits::fromQuantity().

◆ getHashValue()

static unsigned llvm::DenseMapInfo< clang::BaseSubobject >::getHashValue ( const clang::BaseSubobject Base)
inlinestatic

Definition at line 70 of file BaseSubobject.h.

◆ getTombstoneKey()

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

Definition at line 64 of file BaseSubobject.h.

References clang::CharUnits::fromQuantity().

◆ isEqual()

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

Definition at line 77 of file BaseSubobject.h.


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