Searched refs:ambiguous_decls (Results 1 – 2 of 2) sorted by relevance
3180 tree ambiguous_decls; in cp_parser_primary_expression() local3187 &ambiguous_decls); in cp_parser_primary_expression()3190 if (ambiguous_decls) in cp_parser_primary_expression()3844 tree ambiguous_decls; in cp_parser_nested_name_specifier_opt() local3851 &ambiguous_decls); in cp_parser_nested_name_specifier_opt()3854 else if (ambiguous_decls) in cp_parser_nested_name_specifier_opt()3858 print_candidates (ambiguous_decls); in cp_parser_nested_name_specifier_opt()12988 tree ambiguous_decls; in cp_parser_class_name() local13013 &ambiguous_decls); in cp_parser_class_name()13014 if (ambiguous_decls) in cp_parser_class_name()[all …]
3895 ambiguous_decls. Use it to return a list of ambiguous candiates