clang 23.0.0git
llvm::DenseMapInfo< clang::QualType > Struct Reference

#include "clang/AST/TypeOrdering.h"

Static Public Member Functions

static clang::QualType getEmptyKey ()
static clang::QualType getTombstoneKey ()
static unsigned getHashValue (clang::QualType Val)
static bool isEqual (clang::QualType LHS, clang::QualType RHS)

Detailed Description

Definition at line 38 of file TypeOrdering.h.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 39 of file TypeOrdering.h.

◆ getHashValue()

unsigned llvm::DenseMapInfo< clang::QualType >::getHashValue ( clang::QualType Val)
inlinestatic

Definition at line 46 of file TypeOrdering.h.

References clang::QualType::getAsOpaquePtr().

◆ getTombstoneKey()

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

Definition at line 41 of file TypeOrdering.h.

◆ isEqual()

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

Definition at line 51 of file TypeOrdering.h.


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