clang 18.0.0git
|
A type index; the type ID with the qualifier bits removed. More...
#include "clang/Serialization/ASTBitCodes.h"
Public Member Functions | |
TypeIdx ()=default | |
TypeIdx (uint32_t index) | |
uint32_t | getIndex () const |
TypeID | asTypeID (unsigned FastQuals) const |
Static Public Member Functions | |
static TypeIdx | fromTypeID (TypeID ID) |
A type index; the type ID with the qualifier bits removed.
Definition at line 88 of file ASTBitCodes.h.
|
default |
Referenced by fromTypeID().
|
inlineexplicit |
Definition at line 93 of file ASTBitCodes.h.
Definition at line 97 of file ASTBitCodes.h.
References clang::Qualifiers::FastWidth.
Referenced by clang::serialization::MakeTypeID().
Definition at line 104 of file ASTBitCodes.h.
References clang::Qualifiers::FastWidth, ID, and TypeIdx().
Referenced by clang::ASTReader::GetType().
|
inline |
Definition at line 95 of file ASTBitCodes.h.
Referenced by clang::ASTWriter::GetOrCreateTypeID().