clang
6.0.0
|
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 89 of file ASTBitCodes.h.
|
default |
Referenced by fromTypeID().
|
inlineexplicit |
Definition at line 94 of file ASTBitCodes.h.
|
inline |
Definition at line 98 of file ASTBitCodes.h.
References clang::Qualifiers::FastWidth.
Definition at line 105 of file ASTBitCodes.h.
References clang::Qualifiers::FastWidth, and TypeIdx().
|
inline |
Definition at line 96 of file ASTBitCodes.h.