Searched refs:ts_current (Results 1 - 8 of 8) sorted by relevance

/haiku-buildtools/gcc/gcc/cp/
H A Dname-lookup.h130 ts_current = 0, /* Current scope only. This is for the
128 ts_current = 0, /* Current scope only. This is for the enumerator in enum:tag_scope
H A Drtti.c166 /*tag_scope=*/ts_current, false);
746 /*tag_scope=*/ts_current, false);
928 /*tag_scope=*/ts_current, false);
1544 /*tag_scope=*/ts_current, false);
H A Dname-lookup.c5024 && (scope != ts_current
5028 else if ((scope != ts_current
5890 && (scope != ts_current
5911 if (scope == ts_current
H A Dlambda.c433 tree type = xref_tag (record_type, make_anon_name (), ts_current, false);
H A Ddecl.c12271 /* If scope is ts_current we're defining a class, so ignore a
12273 || (scope != ts_current
12283 if (scope == ts_current && DECL_SELF_REFERENCE_P (decl))
12366 scope = ts_current;
12381 if (scope != ts_current && t && current_class_type
12794 /*tag_scope=*/ts_current,
12863 enumtype = pushtag (name, enumtype, /*tag_scope=*/ts_current);
12866 enumtype = xref_tag (enum_type, name, /*tag_scope=*/ts_current,
H A Dsemantics.c2816 pushtag (make_anon_name (), t, /*tag_scope=*/ts_current); local
2822 pushtag (TYPE_IDENTIFIER (t), t, /*tag_scope=*/ts_current); local
H A Dpt.c7976 pushtag (DECL_NAME (gen_tmpl), t, /*tag_scope=*/ts_current); local
9462 pushtag (name, newtag, /*tag_scope=*/ts_current);
9652 /*tag_scope=*/ts_current);
H A Dparser.c15643 ts = ts_current;
20495 type = xref_tag (class_key, id, /*tag_scope=*/ts_current,

Completed in 408 milliseconds