Home
last modified time | relevance | path

Searched refs:template_header_p (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Ddecl.c14870 tag_scope scope, bool template_header_p) in lookup_and_check_tag() argument
14932 template_header_p in lookup_and_check_tag()
14934 if (template_header_p && t && CLASS_TYPE_P (t) in lookup_and_check_tag()
14977 tag_scope scope, bool template_header_p) in xref_tag_1() argument
15004 t = lookup_and_check_tag (tag_code, name, scope, template_header_p); in xref_tag_1()
15011 && template_header_p) in xref_tag_1()
15074 if (template_header_p && MAYBE_CLASS_TYPE_P (t)) in xref_tag_1()
15121 tag_scope scope, bool template_header_p) in xref_tag() argument
15126 ret = xref_tag_1 (tag_code, name, scope, template_header_p); in xref_tag()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Ddecl.cc15682 TAG_how how, bool template_header_p) in lookup_and_check_tag() argument
15715 && !template_header_p in lookup_and_check_tag()
15762 template_header_p in lookup_and_check_tag()
15764 if (template_header_p && t && CLASS_TYPE_P (t) in lookup_and_check_tag()
15798 TAG_how how, bool template_header_p) in xref_tag() argument
15827 t = lookup_and_check_tag (tag_code, name, how, template_header_p); in xref_tag()
15834 && template_header_p) in xref_tag()
15892 if (template_header_p && MAYBE_CLASS_TYPE_P (t)) in xref_tag()
H A DChangeLog-2003574 * decl2.c (check_classfn): Add template_header_p parameter.
2377 (xref_tag): Add template_header_p parameter. Add assertion