Searched refs:id_expression (Results 1 - 7 of 7) sorted by relevance

/haiku-buildtools/gcc/gcc/cp/
H A Dcxx-pretty-print.h37 void id_expression (tree);
H A Dsemantics.c3252 finish_id_expression (tree id_expression, argument
3272 if (id_expression == error_mark_node)
3289 && !(identifier_p (id_expression)
3290 && IDENTIFIER_TYPENAME_P (id_expression)
3291 && dependent_type_p (TREE_TYPE (id_expression))))))
3296 qualified_name_lookup_error (scope, id_expression, decl, location);
3303 return id_expression;
3306 decl = id_expression;
3318 if (!scope && decl != error_mark_node && identifier_p (id_expression))
3319 maybe_note_name_used_in_class (id_expression, dec
[all...]
H A Dcxx-pretty-print.c347 cxx_pretty_printer::id_expression (tree t)
364 pp->id_expression (USERDEF_LITERAL_SUFFIX_ID (t));
427 id_expression (t);
1538 id_expression (DECL_NAME (t));
346 cxx_pretty_printer::id_expression (tree t) function in class:cxx_pretty_printer
H A Dparser.c4509 goto id_expression;
4633 tree id_expression;
4640 id_expression:
4642 id_expression
4649 if (id_expression == error_mark_node)
4662 if (TREE_CODE (id_expression) == TEMPLATE_ID_EXPR
4663 || TREE_CODE (id_expression) == TYPE_DECL)
4664 decl = id_expression;
4680 decl = cp_parser_lookup_name (parser, id_expression,
4705 return objc_build_class_component_ref (id_expression, componen
4631 tree id_expression; local
12258 tree id_expression = expr; local
[all...]
H A Derror.c2626 pp->id_expression (t);
/haiku-buildtools/gcc/gcc/c-family/
H A Dc-pretty-print.h58 virtual void id_expression (tree);
H A Dc-pretty-print.c423 id_expression (t);
443 id_expression (TYPE_NAME (t));
1041 pp->id_expression (TREE_PURPOSE (value));
1473 c_pretty_printer::id_expression (tree t)
1696 id_expression (TREE_OPERAND (e, 0));
1470 c_pretty_printer::id_expression (tree t) function in class:c_pretty_printer

Completed in 210 milliseconds