Home
last modified time | relevance | path

Searched refs:objc_method_attributes (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dc-parser.c86 static tree objc_method_attributes; variable
6492 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()