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

/openbsd-current/gnu/gcc/gcc/objc/
H A Dobjc-act.c203 static tree lookup_method_static (tree, tree, int);
353 /* Flags for lookup_method_static(). */
6377 = lookup_method_static (rtype, sel_name, class_tree != NULL_TREE);
6842 lookup_method_static (tree interface, tree ident, int flags)
6898 return is_class ? lookup_method_static (root_inter, ident, 0): NULL_TREE;
8640 = lookup_method_static (implementation_template,
6828 lookup_method_static (tree interface, tree ident, int flags) function

Completed in 70 milliseconds