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

#include "clang/AST/TypeOrdering.h"

Static Public Member Functions

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

◆ getHashValue()

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

Definition at line 39 of file TypeOrdering.h.

References clang::QualType::getAsOpaquePtr().

◆ isEqual()

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

Definition at line 44 of file TypeOrdering.h.


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