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

  /src/external/gpl3/gcc.old/dist/gcc/objc/
objc-act.cc 8189 tree setter_decl = lookup_method (CLASS_NST_METHODS (klass),
8192 if (setter_decl)
8217 setter_decl = build_method_decl (INSTANCE_METHOD_DECL,
8222 objc_add_method (objc_interface_context, setter_decl, false, true);
8224 objc_add_method (objc_interface_context, setter_decl, false, false);
8225 TREE_DEPRECATED (setter_decl) = TREE_DEPRECATED (x);
8226 TREE_UNAVAILABLE (setter_decl) = TREE_UNAVAILABLE (x);
8227 METHOD_PROPERTY_CONTEXT (setter_decl) = x;
8185 tree setter_decl = lookup_method (CLASS_NST_METHODS (klass), local
objc-act.cc 8189 tree setter_decl = lookup_method (CLASS_NST_METHODS (klass),
8192 if (setter_decl)
8217 setter_decl = build_method_decl (INSTANCE_METHOD_DECL,
8222 objc_add_method (objc_interface_context, setter_decl, false, true);
8224 objc_add_method (objc_interface_context, setter_decl, false, false);
8225 TREE_DEPRECATED (setter_decl) = TREE_DEPRECATED (x);
8226 TREE_UNAVAILABLE (setter_decl) = TREE_UNAVAILABLE (x);
8227 METHOD_PROPERTY_CONTEXT (setter_decl) = x;
8185 tree setter_decl = lookup_method (CLASS_NST_METHODS (klass), local
  /src/external/gpl3/gcc/dist/gcc/objc/
objc-act.cc 8187 tree setter_decl = lookup_method (CLASS_NST_METHODS (klass),
8190 if (setter_decl)
8215 setter_decl = build_method_decl (INSTANCE_METHOD_DECL,
8220 objc_add_method (objc_interface_context, setter_decl, false, true);
8222 objc_add_method (objc_interface_context, setter_decl, false, false);
8223 TREE_DEPRECATED (setter_decl) = TREE_DEPRECATED (x);
8224 TREE_UNAVAILABLE (setter_decl) = TREE_UNAVAILABLE (x);
8225 METHOD_PROPERTY_CONTEXT (setter_decl) = x;
8183 tree setter_decl = lookup_method (CLASS_NST_METHODS (klass), local
objc-act.cc 8187 tree setter_decl = lookup_method (CLASS_NST_METHODS (klass),
8190 if (setter_decl)
8215 setter_decl = build_method_decl (INSTANCE_METHOD_DECL,
8220 objc_add_method (objc_interface_context, setter_decl, false, true);
8222 objc_add_method (objc_interface_context, setter_decl, false, false);
8223 TREE_DEPRECATED (setter_decl) = TREE_DEPRECATED (x);
8224 TREE_UNAVAILABLE (setter_decl) = TREE_UNAVAILABLE (x);
8225 METHOD_PROPERTY_CONTEXT (setter_decl) = x;
8183 tree setter_decl = lookup_method (CLASS_NST_METHODS (klass), local

Completed in 71 milliseconds