Searched refs:got_object (Results 1 – 11 of 11) sorted by relevance
79 extern GTY(()) tree got_object;
580 tree got_object; variable708 got_object = NULL_TREE; in yylex()813 got_object = NULL_TREE; in yylex()891 if (got_scope || got_object)918 got_object = NULL_TREE;
1827 { got_object = TREE_TYPE ($$); }1831 got_object = TREE_TYPE ($$);3921 saved_scopes = tree_cons (got_scope, got_object, saved_scopes);3926 got_object = got_scope;3933 got_object = TREE_VALUE (saved_scopes);
6470 else if (got_object != error_mark_node)6471 type = got_object;6527 else if (got_object && val)6637 name, got_object, from_obj, val);6642 if (! uses_template_parms (got_object))
3295 * decl.c (lookup_name_real): The got_object special lookup only3300 * spew.c (yylex): Also use DECL_NESTED_TYPENAME if got_object is set.3302 * parse.y (primary): Unset got_object after all rules that use the3304 (object): Set got_object.3306 * lex.h: Declare got_object.
9784 unless got_object depends on template parms.10631 * spew.c (yylex): Also return the TYPE_DECL if got_object.10632 Don't clear got_object after '~'.
10574 * parse.y (operator): Set got_object from got_scope.
3646 * decl.c (lookup_name_real): The got_object special lookup only3651 * spew.c (yylex): Also use DECL_NESTED_TYPENAME if got_object is set.3653 * parse.y (primary): Unset got_object after all rules that use the3655 (object): Set got_object.3657 * lex.h: Declare got_object.
2996 unless got_object depends on template parms.3843 * spew.c (yylex): Also return the TYPE_DECL if got_object.3844 Don't clear got_object after '~'.
378 (got_object): Remove.
702 * parse.y (operator): Set got_object from got_scope.