Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/
H A Dstub-objc.c31 objc_is_class_name (tree ARG_UNUSED (arg)) in objc_is_class_name() function
H A Dc-common.h882 extern tree objc_is_class_name (tree);
H A Dc-parser.c389 tree objc_interface_decl = objc_is_class_name (token->value); in c_lex_one_token()
/openbsd-src/gnu/gcc/gcc/objc/
H A Dobjc-act.c1343 if (OBJC_TYPE_NAME (type) && (type = objc_is_class_name (OBJC_TYPE_NAME (type)))) in objc_check_decl()
1361 type = objc_is_class_name (interface); in objc_get_protocol_qualified_type()
2740 if (local_scope || !(ident = objc_is_class_name (ident))) in objc_get_class_reference()
2872 if (!(underlying_class = objc_is_class_name (class_ident))) in objc_declare_alias()
2874 else if (objc_is_class_name (alias_ident)) in objc_declare_alias()
2907 if (! objc_is_class_name (ident)) in objc_declare_class()
2935 objc_is_class_name (tree ident) in objc_is_class_name() function
3007 ret = objc_is_class_name (TREE_TYPE (type)); in objc_is_object_ptr()
3029 return (objc_is_class_name (name) != NULL_TREE); in objc_is_gcable_type()
7467 tree super = objc_is_class_name (super_name); in start_class()
[all …]
H A DChangeLog723 (objc_is_class_name): Use OBJC_TYPE_NAME instead of TYPE_NAME;
910 objc_declare_class, objc_is_object_ptr): Call objc_is_class_name()
914 (is_class_name): Rename to objc_is_class_name.
/openbsd-src/gnu/gcc/gcc/cp/
H A Dparser.c10022 && (objc_is_id (type) || objc_is_class_name (type))) in cp_parser_simple_type_specifier()
10084 && (objc_is_id (identifier) || objc_is_class_name (identifier))) in cp_parser_type_name()