enum SubjectMatchRule
Description
A list of all the recognized kinds of attributes.
Declared at: clang/include/clang/Basic/AttrSubjectMatchRules.h:19
Enumerators
Name | Value | Comment |
---|---|---|
SubjectMatchRule_block | 0 | |
SubjectMatchRule_enum | 1 | |
SubjectMatchRule_enum_constant | 2 | |
SubjectMatchRule_field | 3 | |
SubjectMatchRule_function | 4 | |
SubjectMatchRule_function_is_member | 5 | |
SubjectMatchRule_namespace | 6 | |
SubjectMatchRule_objc_category | 7 | |
SubjectMatchRule_objc_implementation | 8 | |
SubjectMatchRule_objc_interface | 9 | |
SubjectMatchRule_objc_method | 10 | |
SubjectMatchRule_objc_method_is_instance | 11 | |
SubjectMatchRule_objc_property | 12 | |
SubjectMatchRule_objc_protocol | 13 | |
SubjectMatchRule_record | 14 | |
SubjectMatchRule_record_not_is_union | 15 | |
SubjectMatchRule_hasType_abstract | 16 | |
SubjectMatchRule_hasType_functionType | 17 | |
SubjectMatchRule_type_alias | 18 | |
SubjectMatchRule_variable | 19 | |
SubjectMatchRule_variable_is_thread_local | 20 | |
SubjectMatchRule_variable_is_global | 21 | |
SubjectMatchRule_variable_is_local | 22 | |
SubjectMatchRule_variable_is_parameter | 23 | |
SubjectMatchRule_variable_not_is_parameter | 24 | |
SubjectMatchRule_Last | 24 |