Changeset View
Changeset View
Standalone View
Standalone View
clang/include/clang/Basic/Builtins.h
Show First 20 Lines • Show All 92 Lines • ▼ Show 20 Lines | |||||
} // namespace Builtin | } // namespace Builtin | ||||
/// Kinds of BuiltinTemplateDecl. | /// Kinds of BuiltinTemplateDecl. | ||||
enum BuiltinTemplateKind : int { | enum BuiltinTemplateKind : int { | ||||
/// This names the __make_integer_seq BuiltinTemplateDecl. | /// This names the __make_integer_seq BuiltinTemplateDecl. | ||||
BTK__make_integer_seq, | BTK__make_integer_seq, | ||||
/// This names the __type_pack_element BuiltinTemplateDecl. | /// This names the __type_pack_element BuiltinTemplateDecl. | ||||
BTK__type_pack_element | BTK__type_pack_element, | ||||
/// This names the __decay BuiltinTemplateDecl. | |||||
BTK__decay | |||||
}; | }; | ||||
} // end namespace clang | } // end namespace clang | ||||
#endif | #endif | ||||
Context not available. |