Searched refs:ambiguous_p (Results 1 – 4 of 4) sorted by relevance
82 BOOL_BITFIELD ambiguous_p : 1; member446 token->ambiguous_p = false; in cp_lexer_get_preprocessor_token()3841 if (!token->ambiguous_p) in cp_parser_nested_name_specifier_opt()12972 bool ambiguous_p; in cp_parser_class_name() local12976 ambiguous_p = identifier_token->ambiguous_p; in cp_parser_class_name()12992 if (ambiguous_p) in cp_parser_class_name()13020 identifier_token->ambiguous_p = true; in cp_parser_class_name()
11512 bool ambiguous_p; in most_specialized_class() local11536 ambiguous_p = false; in most_specialized_class()11552 ambiguous_p = true; in most_specialized_class()11560 if (!ambiguous_p) in most_specialized_class()11566 ambiguous_p = true; in most_specialized_class()11571 if (ambiguous_p) in most_specialized_class()
3866 * parser.c (eof_token): Add initializer for ambiguous_p.3883 * parser.c (cp_token): Add ambiguous_p.3894 (cp_parser_lookup_name): Rename ambiguous_p parameter to
2827 * parser.c (cp_parser_lookup_name): Add ambiguous_p parameter.