enum SpecialTypeIDs

Description

The type IDs for special types constructed by semantic analysis. The constants in this enumeration are indices into the SPECIAL_TYPES record.

Declared at: clang/include/clang/Serialization/ASTBitCodes.h:1125

Enumerators

NameValueComment
SPECIAL_TYPE_CF_CONSTANT_STRING0CFConstantString type
SPECIAL_TYPE_FILE1C FILE typedef type
SPECIAL_TYPE_JMP_BUF2C jmp_buf typedef type
SPECIAL_TYPE_SIGJMP_BUF3C sigjmp_buf typedef type
SPECIAL_TYPE_OBJC_ID_REDEFINITION4Objective-C "id" redefinition type
SPECIAL_TYPE_OBJC_CLASS_REDEFINITION5Objective-C "Class" redefinition type
SPECIAL_TYPE_OBJC_SEL_REDEFINITION6Objective-C "SEL" redefinition type
SPECIAL_TYPE_UCONTEXT_T7C ucontext_t typedef type