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

/freebsd-9.3-release/contrib/gcc/cp/
H A Dname-lookup.h131 ts_current = 0, /* Current scope only. This is for the
129 ts_current = 0, /* Current scope only. This is for the enumerator in enum:tag_scope
H A Drtti.c144 /*tag_scope=*/ts_current, false);
667 /*tag_scope=*/ts_current, false);
844 /*tag_scope=*/ts_current, false);
1402 /*tag_scope=*/ts_current, false);
H A Dname-lookup.c4147 && (scope != ts_current
4151 else if ((scope != ts_current
4880 && (scope != ts_current
4901 if (scope == ts_current)
H A Dsemantics.c2198 pushtag (make_anon_name (), t, /*tag_scope=*/ts_current); local
2207 pushtag (TYPE_IDENTIFIER (t), t, /*tag_scope=*/ts_current); local
H A Ddecl.c9775 if (scope == ts_current && DECL_SELF_REFERENCE_P (decl))
9869 if (scope != ts_current && t && current_class_type
10198 /*tag_scope=*/ts_current,
10216 enumtype = pushtag (name, enumtype, /*tag_scope=*/ts_current);
H A Dpt.c4812 pushtag (DECL_NAME (template), t, /*tag_scope=*/ts_current); local
5893 pushtag (name, newtag, /*tag_scope=*/ts_current);
6041 /*tag_scope=*/ts_current);
H A Dparser.c10457 ts = ts_current;
13663 type = xref_tag (class_key, id, /*tag_scope=*/ts_current,

Completed in 141 milliseconds