Searched refs:CP_PARSER_FLAGS_OPTIONAL (Results 1 – 1 of 1) sorted by relevance
1114 CP_PARSER_FLAGS_OPTIONAL = 0x1, enumerator7371 CP_PARSER_FLAGS_OPTIONAL, in cp_parser_simple_declaration()7731 flags |= CP_PARSER_FLAGS_OPTIONAL; in cp_parser_decl_specifier_seq()9509 CP_PARSER_FLAGS_OPTIONAL, in cp_parser_explicit_instantiation()9803 if (!type_spec && !(flags & CP_PARSER_FLAGS_OPTIONAL)) in cp_parser_type_specifier()9953 if (flags & CP_PARSER_FLAGS_OPTIONAL) in cp_parser_simple_type_specifier()9998 if ((flags & CP_PARSER_FLAGS_OPTIONAL) in cp_parser_simple_type_specifier()10007 if (!type && !(flags & CP_PARSER_FLAGS_OPTIONAL)) in cp_parser_simple_type_specifier()12160 cp_parser_flags flags = CP_PARSER_FLAGS_OPTIONAL; in cp_parser_type_specifier_seq()13796 CP_PARSER_FLAGS_OPTIONAL, in cp_parser_member_declaration()[all …]