Searched refs:get_objc_string_decl (Results 1 – 4 of 4) sorted by relevance
40 extern tree get_objc_string_decl (tree, string_section);
1883 class_name = get_objc_string_decl (OBJC_TYPE_NAME (klass), class_names); in generate_static_references()2181 decl = get_objc_string_decl (ident, class_names); in objc_eh_runtime_type()2186 decl = get_objc_string_decl (ident, class_names); in objc_eh_runtime_type()
2829 decl = get_objc_string_decl (ident, class_names); in objc_eh_runtime_type()2834 decl = get_objc_string_decl (ident, class_names); in objc_eh_runtime_type()
3223 get_objc_string_decl (tree ident, enum string_section section) in get_objc_string_decl() function