Searched refs:attr_spec (Results 1 – 3 of 3) sorted by relevance
27184 tree attr_spec = cp_parser_std_attribute_spec (parser); in cp_parser_std_attribute_spec_seq() local27185 if (attr_spec == NULL_TREE) in cp_parser_std_attribute_spec_seq()27187 if (attr_spec == error_mark_node) in cp_parser_std_attribute_spec_seq()27191 TREE_CHAIN (attr_last) = attr_spec; in cp_parser_std_attribute_spec_seq()27193 attr_specs = attr_last = attr_spec; in cp_parser_std_attribute_spec_seq()
29343 tree attr_spec = cp_parser_std_attribute_spec (parser); in cp_parser_std_attribute_spec_seq() local29344 if (attr_spec == NULL_TREE) in cp_parser_std_attribute_spec_seq()29346 if (attr_spec == error_mark_node) in cp_parser_std_attribute_spec_seq()29350 TREE_CHAIN (attr_last) = attr_spec; in cp_parser_std_attribute_spec_seq()29352 attr_specs = attr_last = attr_spec; in cp_parser_std_attribute_spec_seq()
3775 attr_spec is always single element chain, chain all the attributes