Searched refs:template_class_depth (Results 1 – 7 of 7) sorted by relevance
228 int class_template_depth = template_class_depth (type); in make_friend_class()445 int class_template_depth = template_class_depth (current_class_type); in do_friend()523 || template_class_depth (current_class_type) != 0) in do_friend()
3995 && template_class_depth (context) == 0 in start_decl()4014 > template_class_depth (context)) in start_decl()6745 > template_class_depth (ctype)) in grokfndecl()9053 if (template_class_depth (current_class_type) == 0) in grokdeclarator()10321 && template_class_depth (current_class_type) in xref_tag()
2964 (processing_template_decl > template_class_depth (current_scope ()))4183 extern int template_class_depth (tree);
274 template_class_depth (tree type) in template_class_depth() function1014 template_depth = template_class_depth (DECL_CONTEXT (friend)); in is_specialization_of_friend()2959 last_level_to_check = template_class_depth (current_class_type) + 1; in check_default_tmpl_args()3275 && !(is_friend && template_class_depth (current_class_type) > 0)) in push_template_decl_real()
1782 if (args && depth > template_class_depth (class_type)) in determine_visibility()
2726 (template_class_depth): Include the depth of surrounding function2819 (template_class_depth): Use it.4792 * pt.c (template_class_depth): Expect types to be namespaces.5861 (template_class_depth): Handle multiple levels.6048 (template_class_depth): New function.
3841 (template_class_depth): ... here, replacing count_specializations