clang 22.0.0git
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()

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

Definition at line 233 of file CharUnits.h.

References clang::CharUnits::fromQuantity().

◆ getHashValue()

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

Definition at line 247 of file CharUnits.h.

References clang::CharUnits::getQuantity().

◆ getTombstoneKey()

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

Definition at line 240 of file CharUnits.h.

References clang::CharUnits::fromQuantity().

◆ isEqual()

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: