Searched refs:objc_get_superclass_ref_decl (Results 1 – 3 of 3) sorted by relevance
1489 objc_get_superclass_ref_decl (tree name, bool inst_meth) in objc_get_superclass_ref_decl() function1540 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()
1491 objc_get_superclass_ref_decl (tree name, bool inst_meth) in objc_get_superclass_ref_decl() function1542 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()
384 (objc_get_superclass_ref_decl): Split this code out.386 super refs using the objc_get_superclass_ref_decl().