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

#include "clang/AST/TypeOrdering.h"

Static Public Member Functions

static unsigned getHashValue (clang::CanQualType Val)
static bool isEqual (clang::CanQualType LHS, clang::CanQualType RHS)

Detailed Description

Definition at line 49 of file TypeOrdering.h.

Member Function Documentation

◆ getHashValue()

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

Definition at line 50 of file TypeOrdering.h.

References clang::CanQual< T >::getAsOpaquePtr().

◆ isEqual()

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

Definition at line 55 of file TypeOrdering.h.


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