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

#include "clang/AST/CharUnits.h"

Static Public Member Functions

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

Detailed Description

Definition at line 232 of file CharUnits.h.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 233 of file CharUnits.h.

References clang::CharUnits::fromQuantity().

◆ getHashValue()

static unsigned llvm::DenseMapInfo< clang::CharUnits >::getHashValue ( const clang::CharUnits CU)
inlinestatic

Definition at line 247 of file CharUnits.h.

References clang::CharUnits::getQuantity().

◆ getTombstoneKey()

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

Definition at line 240 of file CharUnits.h.

References clang::CharUnits::fromQuantity().

◆ isEqual()

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

Definition at line 252 of file CharUnits.h.


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