HomeSort by: relevance | last modified time | path
    Searched defs:lookup_method_static (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/objc/
objc-act.cc 166 static tree lookup_method_static (tree, tree, int);
201 /* Flags for lookup_method_static(). */
1393 getter = lookup_method_static (interface, getter_name, flags);
1394 setter = lookup_method_static (interface, setter_name, flags);
5727 = lookup_method_static (rtype, sel_name, class_tree != NULL_TREE);
6077 lookup_method_static (tree interface, tree ident, int flags)
6135 return lookup_method_static (root_inter, ident, 0);
6726 if (lookup_method_static (interface, chain, 0))
7376 decl = lookup_method_static (klass, PROPERTY_GETTER_NAME (property), 0);
7557 decl = lookup_method_static (klass, PROPERTY_SETTER_NAME (property), 0)
6075 lookup_method_static (tree interface, tree ident, int flags) function
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/objc/
objc-act.cc 167 static tree lookup_method_static (tree, tree, int);
203 /* Flags for lookup_method_static(). */
1395 getter = lookup_method_static (interface, getter_name, flags);
1396 setter = lookup_method_static (interface, setter_name, flags);
5729 = lookup_method_static (rtype, sel_name, class_tree != NULL_TREE);
6079 lookup_method_static (tree interface, tree ident, int flags)
6137 return lookup_method_static (root_inter, ident, 0);
6728 if (lookup_method_static (interface, chain, 0))
7378 decl = lookup_method_static (klass, PROPERTY_GETTER_NAME (property), 0);
7559 decl = lookup_method_static (klass, PROPERTY_SETTER_NAME (property), 0)
6077 lookup_method_static (tree interface, tree ident, int flags) function
    [all...]

Completed in 40 milliseconds