struct UnsafeQualTypeDenseMapInfo

Declaration

struct UnsafeQualTypeDenseMapInfo { /* full declaration omitted */ };

Description

A structure for putting "fast"-unqualified QualTypes into a DenseMap. This uses the standard pointer hash function.

Declared at: clang/include/clang/Serialization/ASTBitCodes.h:114

Method Overview

Methods

static clang::QualType getEmptyKey()

Declared at: clang/include/clang/Serialization/ASTBitCodes.h:117

static unsigned int getHashValue(
    clang::QualType T)

Declared at: clang/include/clang/Serialization/ASTBitCodes.h:125

Parameters

clang::QualType T

static clang::QualType getTombstoneKey()

Declared at: clang/include/clang/Serialization/ASTBitCodes.h:121

static bool isEqual(clang::QualType A,
                    clang::QualType B)

Declared at: clang/include/clang/Serialization/ASTBitCodes.h:115

Parameters

clang::QualType A
clang::QualType B