Changeset View
Changeset View
Standalone View
Standalone View
clang/include/clang/Serialization/ASTBitCodes.h
Show First 20 Lines • Show All 92 Lines • ▼ Show 20 Lines | |||||
/// The internal '__NSConstantString' typedef. | /// The internal '__NSConstantString' typedef. | ||||
PREDEF_DECL_CF_CONSTANT_STRING_ID = 15, | PREDEF_DECL_CF_CONSTANT_STRING_ID = 15, | ||||
/// The internal '__NSConstantString' tag type. | /// The internal '__NSConstantString' tag type. | ||||
PREDEF_DECL_CF_CONSTANT_STRING_TAG_ID = 16, | PREDEF_DECL_CF_CONSTANT_STRING_TAG_ID = 16, | ||||
/// The internal '__type_pack_element' template. | /// The internal '__type_pack_element' template. | ||||
PREDEF_DECL_TYPE_PACK_ELEMENT_ID = 17, | PREDEF_DECL_TYPE_PACK_ELEMENT_ID = 17, | ||||
/// The internal '__decay' template. | |||||
PREDEF_DECL_DECAY_ID = 18, | |||||
}; | }; | ||||
/// The number of declaration IDs that are predefined. | /// The number of declaration IDs that are predefined. | ||||
/// | /// | ||||
/// For more information about predefined declarations, see the | /// For more information about predefined declarations, see the | ||||
/// \c PredefinedDeclIDs type and the PREDEF_DECL_*_ID constants. | /// \c PredefinedDeclIDs type and the PREDEF_DECL_*_ID constants. | ||||
const unsigned int NUM_PREDEF_DECL_IDS = 18; | const unsigned int NUM_PREDEF_DECL_IDS = 18; | ||||
▲ Show 20 Lines • Show All 92 Lines • Show Last 20 Lines |