clang API Documentation

Static Public Member Functions
clang::serialization::UnsafeQualTypeDenseMapInfo Struct Reference

#include <ASTBitCodes.h>

List of all members.

Static Public Member Functions

static bool isEqual (QualType A, QualType B)
static QualType getEmptyKey ()
static QualType getTombstoneKey ()
static unsigned getHashValue (QualType T)

Detailed Description

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.


Member Function Documentation

Definition at line 110 of file ASTBitCodes.h.

References clang::QualType::getFromOpaquePtr().

Definition at line 113 of file ASTBitCodes.h.

References clang::QualType::getFromOpaquePtr().

Definition at line 109 of file ASTBitCodes.h.


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