Searched refs:make_unbound_class_template_raw (Results 1 – 5 of 5) sorted by relevance
2853 * decl.cc (make_unbound_class_template_raw): Likewise.
4323 return make_unbound_class_template_raw (context, name, parm_list); in make_unbound_class_template()4329 make_unbound_class_template_raw (tree context, tree name, tree parm_list) in make_unbound_class_template_raw() function
685 * cp-tree.h (make_unbound_class_template_raw): Declare.687 * decl.c (make_unbound_class_template_raw): Break out of ...
6814 extern tree make_unbound_class_template_raw (tree, tree, tree);
9384 res = make_unbound_class_template_raw (ctx, name, parms); in tree_node()