enum SubjectMatchRule

Description

A list of all the recognized kinds of attributes.

Declared at: clang/include/clang/Basic/AttrSubjectMatchRules.h:19

Enumerators

NameValueComment
SubjectMatchRule_block0
SubjectMatchRule_enum1
SubjectMatchRule_enum_constant2
SubjectMatchRule_field3
SubjectMatchRule_function4
SubjectMatchRule_function_is_member5
SubjectMatchRule_namespace6
SubjectMatchRule_objc_category7
SubjectMatchRule_objc_implementation8
SubjectMatchRule_objc_interface9
SubjectMatchRule_objc_method10
SubjectMatchRule_objc_method_is_instance11
SubjectMatchRule_objc_property12
SubjectMatchRule_objc_protocol13
SubjectMatchRule_record14
SubjectMatchRule_record_not_is_union15
SubjectMatchRule_hasType_abstract16
SubjectMatchRule_hasType_functionType17
SubjectMatchRule_type_alias18
SubjectMatchRule_variable19
SubjectMatchRule_variable_is_thread_local20
SubjectMatchRule_variable_is_global21
SubjectMatchRule_variable_is_local22
SubjectMatchRule_variable_is_parameter23
SubjectMatchRule_variable_not_is_parameter24
SubjectMatchRule_Last24