Searched refs:class_opaque_type (Results 1 – 1 of 1) sorted by relevance
983 CompilerType class_opaque_type; in ParseSubroutine() local995 class_opaque_type = type_clang_forward_type; in ParseSubroutine()999 if (class_opaque_type) { in ParseSubroutine()1007 class_opaque_type, attrs.name.GetCString(), clang_type, in ParseSubroutine()1094 CompilerType class_opaque_type = in ParseSubroutine() local1096 if (TypeSystemClang::IsCXXClassType(class_opaque_type)) { in ParseSubroutine()1097 if (class_opaque_type.IsBeingDefined()) { in ParseSubroutine()1121 class_opaque_type.GetOpaqueQualType(), in ParseSubroutine()1921 const CompilerType &class_opaque_type, const char *property_name, in DelayedAddObjCClassProperty() argument1927 : m_class_opaque_type(class_opaque_type), m_property_name(property_name), in DelayedAddObjCClassProperty()