Lines Matching refs:std_attributes
1463 declarator->std_attributes = NULL_TREE; in make_declarator()
1533 declarator->std_attributes = attributes; in make_pointer_declarator()
1561 declarator->std_attributes = attributes; in make_reference_declarator()
1590 declarator->std_attributes = attributes; in make_ptrmem_declarator()
8962 tree type, std_attributes = NULL_TREE; in cp_parser_new_declarator_opt() local
8968 code = cp_parser_ptr_operator (parser, &type, &cv_quals, &std_attributes); in cp_parser_new_declarator_opt()
8978 (code, type, cv_quals, declarator, std_attributes); in cp_parser_new_declarator_opt()
11169 declarator->std_attributes = std_attrs; in cp_parser_lambda_declarator_opt()
14171 decl_specs->std_attributes in cp_parser_decl_specifier_seq()
14172 = attr_chainon (decl_specs->std_attributes, attrs); in cp_parser_decl_specifier_seq()
15136 tree class_type, std_attributes = NULL_TREE; in cp_parser_conversion_declarator_opt() local
15143 &std_attributes); in cp_parser_conversion_declarator_opt()
15153 (code, class_type, cv_quals, declarator, std_attributes); in cp_parser_conversion_declarator_opt()
21042 tree gnu_attributes = NULL_TREE, std_attributes = NULL_TREE; in cp_parser_declarator() local
21058 &std_attributes); in cp_parser_declarator()
21087 (code, class_type, cv_quals, declarator, std_attributes); in cp_parser_declarator()
21302 declarator->std_attributes = attrs; in cp_parser_direct_declarator()
21420 declarator->std_attributes = attrs; in cp_parser_direct_declarator()
21621 declarator->std_attributes = attrs; in cp_parser_direct_declarator()