Changeset View
Changeset View
Standalone View
Standalone View
clang/lib/Parse/ParseDeclCXX.cpp
Show First 20 Lines • Show All 1,598 Lines • ▼ Show 20 Lines | #include "clang/Basic/TransformTypeTraits.def" | ||||
tok::kw___is_integral, | tok::kw___is_integral, | ||||
tok::kw___is_interface_class, | tok::kw___is_interface_class, | ||||
tok::kw___is_literal, | tok::kw___is_literal, | ||||
tok::kw___is_lvalue_expr, | tok::kw___is_lvalue_expr, | ||||
tok::kw___is_lvalue_reference, | tok::kw___is_lvalue_reference, | ||||
tok::kw___is_member_function_pointer, | tok::kw___is_member_function_pointer, | ||||
tok::kw___is_member_object_pointer, | tok::kw___is_member_object_pointer, | ||||
tok::kw___is_member_pointer, | tok::kw___is_member_pointer, | ||||
tok::kw___is_move_assignable, | |||||
tok::kw___is_move_constructible, | tok::kw___is_move_constructible, | ||||
tok::kw___is_nothrow_assignable, | tok::kw___is_nothrow_assignable, | ||||
tok::kw___is_nothrow_constructible, | tok::kw___is_nothrow_constructible, | ||||
tok::kw___is_nothrow_copy_assignable, | tok::kw___is_nothrow_copy_assignable, | ||||
tok::kw___is_nothrow_copy_constructible, | tok::kw___is_nothrow_copy_constructible, | ||||
tok::kw___is_nothrow_destructible, | tok::kw___is_nothrow_destructible, | ||||
tok::kw___is_nothrow_move_assignable, | |||||
tok::kw___is_nothrow_move_constructible, | tok::kw___is_nothrow_move_constructible, | ||||
tok::kw___is_nullptr, | tok::kw___is_nullptr, | ||||
tok::kw___is_object, | tok::kw___is_object, | ||||
tok::kw___is_pod, | tok::kw___is_pod, | ||||
tok::kw___is_pointer, | tok::kw___is_pointer, | ||||
tok::kw___is_polymorphic, | tok::kw___is_polymorphic, | ||||
tok::kw___is_reference, | tok::kw___is_reference, | ||||
tok::kw___is_referenceable, | tok::kw___is_referenceable, | ||||
tok::kw___is_rvalue_expr, | tok::kw___is_rvalue_expr, | ||||
tok::kw___is_rvalue_reference, | tok::kw___is_rvalue_reference, | ||||
tok::kw___is_same, | tok::kw___is_same, | ||||
tok::kw___is_scalar, | tok::kw___is_scalar, | ||||
tok::kw___is_scoped_enum, | tok::kw___is_scoped_enum, | ||||
tok::kw___is_sealed, | tok::kw___is_sealed, | ||||
tok::kw___is_signed, | tok::kw___is_signed, | ||||
tok::kw___is_standard_layout, | tok::kw___is_standard_layout, | ||||
tok::kw___is_trivial, | tok::kw___is_trivial, | ||||
tok::kw___is_trivially_assignable, | tok::kw___is_trivially_assignable, | ||||
tok::kw___is_trivially_constructible, | tok::kw___is_trivially_constructible, | ||||
tok::kw___is_trivially_copy_assignable, | tok::kw___is_trivially_copy_assignable, | ||||
tok::kw___is_trivially_copy_constructible, | tok::kw___is_trivially_copy_constructible, | ||||
tok::kw___is_trivially_copyable, | tok::kw___is_trivially_copyable, | ||||
tok::kw___is_trivially_move_assignable, | |||||
tok::kw___is_trivially_move_constructible, | tok::kw___is_trivially_move_constructible, | ||||
tok::kw___is_unbounded_array, | tok::kw___is_unbounded_array, | ||||
tok::kw___is_union, | tok::kw___is_union, | ||||
tok::kw___is_unsigned, | tok::kw___is_unsigned, | ||||
tok::kw___is_void, | tok::kw___is_void, | ||||
tok::kw___is_volatile)) | tok::kw___is_volatile)) | ||||
// GNU libstdc++ 4.2 and libc++ use certain intrinsic names as the | // GNU libstdc++ 4.2 and libc++ use certain intrinsic names as the | ||||
// name of struct templates, but some are keywords in GCC >= 4.3 | // name of struct templates, but some are keywords in GCC >= 4.3 | ||||
▲ Show 20 Lines • Show All 3,209 Lines • Show Last 20 Lines |