Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/
H A Dstub-objc.c171 objc_start_class_interface (tree ARG_UNUSED (name), in objc_start_class_interface() function
H A Dc-common.h942 extern void objc_start_class_interface (tree, tree, tree, tree);
H A DChangeLog.apple770 * c-common.h (objc_start_class_interface): New argument added.
771 * stub-objc.c (objc_start_class_interface): Ditto.
H A Dc-parser.c6076 objc_start_class_interface (id1, superclass, proto, prefix_attrs); in c_parser_objc_class_definition()
H A DChangeLog-200414684 (classdef): Move semantic action to objc_start_class_interface(),
15410 objc_start_class_interface, objc_start_category_interface,
15455 objc_start_class_interface, objc_start_category_interface,
/freebsd-12.1/contrib/gcc/cp/
H A Dparser.c18476 objc_start_class_interface (name, super, protos, attributes); in cp_parser_objc_class_interface()