Home
last modified time | relevance | path

Searched refs:objc_get_superclass_ref_decl (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/objc/
H A Dobjc-next-runtime-abi-02.c1489 objc_get_superclass_ref_decl (tree name, bool inst_meth) in objc_get_superclass_ref_decl() function
1540 return objc_get_superclass_ref_decl (name, inst_meth); in next_runtime_abi_02_get_class_super_ref()
1566 return objc_get_superclass_ref_decl (cls_name, inst_meth); in next_runtime_abi_02_get_category_super_ref()
/netbsd-src/external/gpl3/gcc/dist/gcc/objc/
H A Dobjc-next-runtime-abi-02.cc1491 objc_get_superclass_ref_decl (tree name, bool inst_meth) in objc_get_superclass_ref_decl() function
1542 return objc_get_superclass_ref_decl (name, inst_meth); in next_runtime_abi_02_get_class_super_ref()
1568 return objc_get_superclass_ref_decl (cls_name, inst_meth); in next_runtime_abi_02_get_category_super_ref()
H A DChangeLog384 (objc_get_superclass_ref_decl): Split this code out.
386 super refs using the objc_get_superclass_ref_decl().