Searched refs:qualified_name_lookup_error (Results 1 – 6 of 6) sorted by relevance
/openbsd/gnu/gcc/gcc/cp/ |
H A D | semantics.c | 2391 qualified_name_lookup_error (tree scope, tree name, tree decl) in qualified_name_lookup_error() function 2518 qualified_name_lookup_error (scope, id_expression, decl); in finish_id_expression()
|
H A D | pt.c | 7986 qualified_name_lookup_error (scope, in tsubst_qualified_id() 7996 qualified_name_lookup_error (scope, TREE_OPERAND (qualified_id, 1), in tsubst_qualified_id() 8541 qualified_name_lookup_error (scope, name, decl); in tsubst_expr() 9331 qualified_name_lookup_error (object_type, tmpl, member); in tsubst_copy_and_build()
|
H A D | cp-tree.h | 4324 extern void qualified_name_lookup_error (tree, tree, tree);
|
H A D | ChangeLog-2003 | 2620 * cp-tree.h (qualified_name_lookup_error): Declare. 2621 * pt.c (tsubst_qualified_id): Use qualified_name_lookup_error for 2625 * semantics.c (qualified_name_lookup_error): New, broken out of ...
|
H A D | ChangeLog-2004 | 1347 finish_base_specifier, qualified_name_lookup_error, 2822 * cp-tree.h (qualified_name_lookup_error): Add parameter. 2837 * semantics.c (qualified_name_lookup_error): Add decl paramter.
|
H A D | ChangeLog | 4726 * semantics.c (qualified_name_lookup_error): Do not complain again
|