clang 19.0.0git
Static Public Member Functions | List of all members
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()

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

Definition at line 39 of file TypeOrdering.h.

◆ getHashValue()

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

Definition at line 46 of file TypeOrdering.h.

References clang::QualType::getAsOpaquePtr().

◆ getTombstoneKey()

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

Definition at line 41 of file TypeOrdering.h.

◆ isEqual()

static 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: