clang API Documentation
#include <ASTBitCodes.h>
Static Public Member Functions | |
| static bool | isEqual (QualType A, QualType B) |
| static QualType | getEmptyKey () |
| static QualType | getTombstoneKey () |
| static unsigned | getHashValue (QualType T) |
A structure for putting "fast"-unqualified QualTypes into a DenseMap. This uses the standard pointer hash function.
Definition at line 108 of file ASTBitCodes.h.
| static QualType clang::serialization::UnsafeQualTypeDenseMapInfo::getEmptyKey | ( | ) | [inline, static] |
Definition at line 110 of file ASTBitCodes.h.
References clang::QualType::getFromOpaquePtr().
| static unsigned clang::serialization::UnsafeQualTypeDenseMapInfo::getHashValue | ( | QualType | T | ) | [inline, static] |
Definition at line 116 of file ASTBitCodes.h.
References clang::QualType::getAsOpaquePtr(), and clang::QualType::getLocalFastQualifiers().
| static QualType clang::serialization::UnsafeQualTypeDenseMapInfo::getTombstoneKey | ( | ) | [inline, static] |
Definition at line 113 of file ASTBitCodes.h.
References clang::QualType::getFromOpaquePtr().
| static bool clang::serialization::UnsafeQualTypeDenseMapInfo::isEqual | ( | QualType | A, |
| QualType | B | ||
| ) | [inline, static] |
Definition at line 109 of file ASTBitCodes.h.