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
- public static clang::QualType getEmptyKey()
- public static unsigned int getHashValue(clang::QualType T)
- public static clang::QualType getTombstoneKey()
- public static bool isEqual(clang::QualType A, clang::QualType B)
Methods
¶static clang::QualType getEmptyKey()
static clang::QualType getEmptyKey()
Declared at: clang/include/clang/Serialization/ASTBitCodes.h:117
¶static unsigned int getHashValue(
clang::QualType T)
static unsigned int getHashValue(
clang::QualType T)
Declared at: clang/include/clang/Serialization/ASTBitCodes.h:125
Parameters
¶static clang::QualType getTombstoneKey()
static clang::QualType getTombstoneKey()
Declared at: clang/include/clang/Serialization/ASTBitCodes.h:121
¶static bool isEqual(clang::QualType A,
clang::QualType B)
static bool isEqual(clang::QualType A,
clang::QualType B)
Declared at: clang/include/clang/Serialization/ASTBitCodes.h:115