Lines Matching refs:attribute
4834 tree attribute; in objc_decl_method_attributes() local
4835 for (attribute = attributes; attribute; attribute = TREE_CHAIN (attribute)) in objc_decl_method_attributes()
4837 tree name = TREE_PURPOSE (attribute); in objc_decl_method_attributes()
4846 copy_node (attribute)); in objc_decl_method_attributes()
4854 tree new_attribute = copy_node (attribute); in objc_decl_method_attributes()
4930 tree new_attribute = copy_node (attribute); in objc_decl_method_attributes()
4931 tree argument = TREE_VALUE (attribute); in objc_decl_method_attributes()
6908 tree attribute; in start_class() local
6909 for (attribute = attributes; attribute; attribute = TREE_CHAIN (attribute)) in start_class()
6911 tree name = TREE_PURPOSE (attribute); in start_class()
8101 tree attribute; in objc_declare_protocol() local
8102 for (attribute = attributes; attribute; attribute = TREE_CHAIN (attribute)) in objc_declare_protocol()
8104 tree name = TREE_PURPOSE (attribute); in objc_declare_protocol()
8152 tree attribute; in start_protocol() local
8153 for (attribute = attributes; attribute; attribute = TREE_CHAIN (attribute)) in start_protocol()
8155 tree name = TREE_PURPOSE (attribute); in start_protocol()