Home
last modified time | relevance | path

Searched refs:entering_scope (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dsemantics.c3402 finish_template_type (tree name, tree args, int entering_scope) in finish_template_type() argument
3407 NULL_TREE, NULL_TREE, entering_scope, in finish_template_type()
3413 && entering_scope in finish_template_type()
H A Dpt.c9611 int entering_scope, tsubst_flags_t complain) in lookup_template_class_1() argument
9781 if (entering_scope in lookup_template_class_1()
10142 int entering_scope, tsubst_flags_t complain) in lookup_template_class() argument
10147 entering_scope, complain); in lookup_template_class()
13451 int entering_scope) in tsubst_aggr_type() argument
13499 else if (!entering_scope in tsubst_aggr_type()
13514 entering_scope, complain); in tsubst_aggr_type()
H A Dparser.c16751 bool entering_scope in cp_parser_template_id() local
16755 = finish_template_type (templ, arguments, entering_scope); in cp_parser_template_id()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dsemantics.cc3733 finish_template_type (tree name, tree args, int entering_scope) in finish_template_type() argument
3738 NULL_TREE, NULL_TREE, entering_scope, in finish_template_type()
3744 && entering_scope in finish_template_type()
H A Dpt.cc9839 int entering_scope, tsubst_flags_t complain) in lookup_template_class_1() argument
10019 if (entering_scope in lookup_template_class_1()
10385 int entering_scope, tsubst_flags_t complain) in lookup_template_class() argument
10390 entering_scope, complain); in lookup_template_class()
13801 int entering_scope) in tsubst_aggr_type() argument
13857 else if (!entering_scope && (complain & tf_dguide) in tsubst_aggr_type()
13872 entering_scope, complain); in tsubst_aggr_type()
H A DChangeLog-19982860 (lookup_template_class): Add entering_scope parameter.
2939 (lookup_template_class): Add entering_scope parameter. Use it to
H A DChangeLog-20182206 * parser.c (cp_parser_template_id): Combine entering_scope decl &
H A DChangeLog-20201892 entering_scope.
H A Dparser.cc18329 bool entering_scope in cp_parser_template_id() local
18333 = finish_template_type (templ, arguments, entering_scope); in cp_parser_template_id()