Searched refs:objc_selector_template (Results 1 – 4 of 4) sorted by relevance
334 objc_selector_template = objc_start_struct (get_identifier (UTAG_SELECTOR)); in build_selector_template()342 objc_finish_struct (objc_selector_template, decls); in build_selector_template()498 temp = build_array_type (objc_selector_template, NULL_TREE); in build_selector_table_decl()1827 expr = objc_build_constructor (objc_selector_template, v); in build_gnu_selector_translation_table()1836 expr = objc_build_constructor (objc_selector_template, v); in build_gnu_selector_translation_table()
521 #define objc_selector_template objc_global_trees[OCTI_SEL_TEMPL] macro
334 objc_selector_template = objc_start_struct (get_identifier (UTAG_SELECTOR)); in build_selector_template()342 objc_finish_struct (objc_selector_template, decls); in build_selector_template()498 temp = build_array_type (objc_selector_template, NULL_TREE); in build_selector_table_decl()1828 expr = objc_build_constructor (objc_selector_template, v); in build_gnu_selector_translation_table()1837 expr = objc_build_constructor (objc_selector_template, v); in build_gnu_selector_translation_table()
535 #define objc_selector_template objc_global_trees[OCTI_SEL_TEMPL] macro