Searched refs:objc_is_class_name (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/gnu/gcc/gcc/
H A Dstub-objc.c31 objc_is_class_name (tree ARG_UNUSED (arg))
H A Dc-common.h883 extern tree objc_is_class_name (tree);
H A Dc-parser.c391 tree objc_interface_decl = objc_is_class_name (token->value);
/openbsd-current/gnu/gcc/gcc/objc/
H A Dobjc-act.c1346 if (OBJC_TYPE_NAME (type) && (type = objc_is_class_name (OBJC_TYPE_NAME (type))))
1364 type = objc_is_class_name (interface);
2745 if (local_scope || !(ident = objc_is_class_name (ident)))
2877 if (!(underlying_class = objc_is_class_name (class_ident)))
2879 else if (objc_is_class_name (alias_ident))
2912 if (! objc_is_class_name (ident))
2940 objc_is_class_name (tree ident)
3012 ret = objc_is_class_name (TREE_TYPE (type));
3034 return (objc_is_class_name (name) != NULL_TREE);
7484 tree super = objc_is_class_name (super_nam
2935 objc_is_class_name (tree ident) function
[all...]
/openbsd-current/gnu/gcc/gcc/cp/
H A Dparser.c10024 && (objc_is_id (type) || objc_is_class_name (type)))
10086 && (objc_is_id (identifier) || objc_is_class_name (identifier)))

Completed in 332 milliseconds