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

  /src/external/gpl3/gcc/dist/gcc/objc/
objc-act.cc 131 static void objc_synthesize_setter (tree, tree, tree);
7543 objc_synthesize_setter (tree klass, tree class_methods ATTRIBUTE_UNUSED, tree property)
8086 objc_synthesize_setter (klass, class_methods, x);
7539 objc_synthesize_setter (tree klass, tree class_methods ATTRIBUTE_UNUSED, tree property) function
  /src/external/gpl3/gcc.old/dist/gcc/objc/
objc-act.cc 132 static void objc_synthesize_setter (tree, tree, tree);
7545 objc_synthesize_setter (tree klass, tree class_methods ATTRIBUTE_UNUSED, tree property)
8088 objc_synthesize_setter (klass, class_methods, x);
7541 objc_synthesize_setter (tree klass, tree class_methods ATTRIBUTE_UNUSED, tree property) function

Completed in 38 milliseconds