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

  /src/external/gpl3/gcc/dist/gcc/objc/
objc-act.cc 134 static tree lookup_property_in_protocol_list (tree, tree);
749 static tree lookup_property_in_protocol_list (tree rproto_list, tree property) function
760 return lookup_property_in_protocol_list (PROTOCOL_LIST (p), property);
791 && (x = lookup_property_in_protocol_list
798 && (x = lookup_property_in_protocol_list
1175 x = lookup_property_in_protocol_list (PROTOCOL_LIST (objc_interface_context),
1541 x = lookup_property_in_protocol_list (rprotos, property_ident);
1673 x = lookup_property_in_protocol_list (protocol_list,
  /src/external/gpl3/gcc.old/dist/gcc/objc/
objc-act.cc 135 static tree lookup_property_in_protocol_list (tree, tree);
751 static tree lookup_property_in_protocol_list (tree rproto_list, tree property) function
762 return lookup_property_in_protocol_list (PROTOCOL_LIST (p), property);
793 && (x = lookup_property_in_protocol_list
800 && (x = lookup_property_in_protocol_list
1177 x = lookup_property_in_protocol_list (PROTOCOL_LIST (objc_interface_context),
1543 x = lookup_property_in_protocol_list (rprotos, property_ident);
1675 x = lookup_property_in_protocol_list (protocol_list,

Completed in 33 milliseconds