Searched refs:objc_method_attributes (Results 1 – 1 of 1) sorted by relevance
86 static tree objc_method_attributes; variable6492 objc_start_method_definition (decl, objc_method_attributes); in c_parser_objc_method_definition()6493 objc_method_attributes = NULL_TREE; in c_parser_objc_method_definition()6612 objc_add_method_declaration (decl, objc_method_attributes); in c_parser_objc_methodproto()6613 objc_method_attributes = NULL_TREE; in c_parser_objc_methodproto()6704 objc_method_attributes = c_parser_attributes (parser); in c_parser_objc_method_decl()6719 if (objc_method_attributes) in c_parser_objc_method_decl()6722 objc_method_attributes = c_parser_attributes (parser); in c_parser_objc_method_decl()6737 gcc_assert (objc_method_attributes == NULL_TREE); in c_parser_objc_method_decl()6739 objc_method_attributes = c_parser_attributes (parser); in c_parser_objc_method_decl()