Lines Matching refs:current_class_type

4852 	       && (!current_class_type  in check_tag_decl()
4853 || current_scope () != current_class_type)) in check_tag_decl()
6895 if (current_class_type in cp_finish_decl()
6896 && CP_DECL_CONTEXT (decl) == current_class_type in cp_finish_decl()
6897 && TYPE_BEING_DEFINED (current_class_type) in cp_finish_decl()
6898 && !CLASSTYPE_TEMPLATE_INSTANTIATION (current_class_type) in cp_finish_decl()
9479 if (!current_class_type || !TYPE_BEING_DEFINED (current_class_type)) in check_static_variable_definition()
10198 tree ctype = current_class_type; in grokdeclarator()
10320 && current_class_type in grokdeclarator()
10322 current_class_type)) in grokdeclarator()
10342 && !(current_class_type && at_class_scope_p ())) in grokdeclarator()
11146 if (current_class_type in grokdeclarator()
11147 && LAMBDA_TYPE_P (current_class_type)) in grokdeclarator()
11260 ctype = current_class_type; in grokdeclarator()
11301 current_class_type, in grokdeclarator()
11628 if (ctype == current_class_type) in grokdeclarator()
11664 if (current_class_type in grokdeclarator()
11672 ctype, name, current_class_type); in grokdeclarator()
11676 else if (typedef_p && current_class_type) in grokdeclarator()
11679 ctype, name, current_class_type); in grokdeclarator()
11685 ctype = current_class_type; in grokdeclarator()
11737 if (!current_class_type) in grokdeclarator()
11844 else if (current_class_type in grokdeclarator()
11845 && constructor_name_p (unqualified_id, current_class_type)) in grokdeclarator()
11956 if (current_class_type) in grokdeclarator()
11957 make_friend_class (current_class_type, TYPE_MAIN_VARIANT (type), in grokdeclarator()
12315 if (ctype == current_class_type) in grokdeclarator()
12319 if (template_class_depth (current_class_type) == 0) in grokdeclarator()
13435 if (class_type && class_type != current_class_type) in grok_op_properties()
13793 if (scope != ts_current && t && current_class_type in xref_tag_1()
13794 && template_class_depth (current_class_type) in xref_tag_1()
14561 && COMPLETE_TYPE_P (current_class_type) in finish_enum_value_list()
14564 insert_late_enum_def_bindings (current_class_type, enumtype); in finish_enum_value_list()
14566 fixup_type_variants (current_class_type); in finish_enum_value_list()
14783 if (context && context == current_class_type && !SCOPED_ENUM_P (enumtype)) in build_enumerator()
14896 if (is_empty_class (current_class_type)) in build_clobber_this()
14902 bool vbases = CLASSTYPE_VBASECLASSES (current_class_type); in build_clobber_this()
14904 tree ctype = current_class_type; in build_clobber_this()
14912 if (ctype != current_class_type) in build_clobber_this()
15335 && !is_empty_class (current_class_type) in start_preparsed_function()
15543 if (COMPLETE_TYPE_P (current_class_type)) in begin_destructor_body()
15554 && !is_empty_class (current_class_type)) in begin_destructor_body()
15558 && TYPE_CONTAINS_VPTR_P (current_class_type)) in begin_destructor_body()
15560 tree binfo = TYPE_BINFO (current_class_type); in begin_destructor_body()
15572 if (CLASSTYPE_VBASECLASSES (current_class_type) in begin_destructor_body()
15573 && CLASSTYPE_PRIMARY_BINFO (current_class_type) in begin_destructor_body()
15575 (CLASSTYPE_PRIMARY_BINFO (current_class_type))) in begin_destructor_body()
15886 ctype = current_class_type; in finish_function()