Searched refs:nested_name_specifier (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dparse.y263 %type <ttype> type_name nested_name_specifier nested_type ptr_to_mem
657 nested_name_specifier SELFNAME '('
661 | nested_name_specifier SELFNAME LEFT_RIGHT cv_qualifiers exception_specification_opt
665 | global_scope nested_name_specifier SELFNAME '('
669 | global_scope nested_name_specifier SELFNAME LEFT_RIGHT cv_qualifiers exception_specification_opt
673 | nested_name_specifier self_template_type '('
677 | nested_name_specifier self_template_type LEFT_RIGHT cv_qualifiers exception_specification_opt
681 | global_scope nested_name_specifier self_template_type '('
685 | global_scope nested_name_specifier self_template_type LEFT_RIGHT cv_qualifiers exception_specification_opt
2234 aggr nested_name_specifier identifie
2939 nested_name_specifier: label
[all...]
/haiku-buildtools/gcc/gcc/cp/
H A Dparser.c15736 tree nested_name_specifier = NULL_TREE;
15787 nested_name_specifier
15794 if (nested_name_specifier)
15820 else if (nested_name_specifier == error_mark_node)
15903 if (nested_name_specifier)
15905 if (CLASS_TYPE_P (nested_name_specifier))
15907 nested_being_defined = TYPE_BEING_DEFINED (nested_name_specifier);
15908 TYPE_BEING_DEFINED (nested_name_specifier) = 1;
15909 push_scope (nested_name_specifier);
15911 else if (TREE_CODE (nested_name_specifier)
15734 tree nested_name_specifier = NULL_TREE; local
20148 tree nested_name_specifier; local
23211 tree nested_name_specifier; local
[all...]
H A Dsemantics.c1844 tree nested_name_specifier)
1854 nested_name_specifier
1855 ? nested_name_specifier
1883 else if (nested_name_specifier)
1896 qualifying_type = nested_name_specifier;
1842 check_accessibility_of_qualified_id(tree decl, tree object_type, tree nested_name_specifier) argument

Completed in 208 milliseconds