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

  /src/external/gpl3/gcc/dist/gcc/objc/
objc-act.cc 8156 tree getter_decl = lookup_method (CLASS_NST_METHODS (klass),
8159 if (getter_decl)
8171 getter_decl = build_method_decl (INSTANCE_METHOD_DECL,
8175 objc_add_method (objc_interface_context, getter_decl, false, true);
8177 objc_add_method (objc_interface_context, getter_decl, false, false);
8178 TREE_DEPRECATED (getter_decl) = TREE_DEPRECATED (x);
8179 TREE_UNAVAILABLE (getter_decl) = TREE_UNAVAILABLE (x);
8180 METHOD_PROPERTY_CONTEXT (getter_decl) = x;
8152 tree getter_decl = lookup_method (CLASS_NST_METHODS (klass), local
  /src/external/gpl3/gcc.old/dist/gcc/objc/
objc-act.cc 8158 tree getter_decl = lookup_method (CLASS_NST_METHODS (klass),
8161 if (getter_decl)
8173 getter_decl = build_method_decl (INSTANCE_METHOD_DECL,
8177 objc_add_method (objc_interface_context, getter_decl, false, true);
8179 objc_add_method (objc_interface_context, getter_decl, false, false);
8180 TREE_DEPRECATED (getter_decl) = TREE_DEPRECATED (x);
8181 TREE_UNAVAILABLE (getter_decl) = TREE_UNAVAILABLE (x);
8182 METHOD_PROPERTY_CONTEXT (getter_decl) = x;
8154 tree getter_decl = lookup_method (CLASS_NST_METHODS (klass), local

Completed in 38 milliseconds