Searched refs:class_opaque_type (Results 1 – 1 of 1) sorted by relevance
1037 CompilerType class_opaque_type; in ParseSubroutine() local1049 class_opaque_type = type_clang_forward_type; in ParseSubroutine()1053 if (class_opaque_type) { in ParseSubroutine()1056 class_opaque_type, attrs.name.GetCString(), clang_type, in ParseSubroutine()1142 CompilerType class_opaque_type = in ParseSubroutine() local1144 if (TypeSystemClang::IsCXXClassType(class_opaque_type)) { in ParseSubroutine()1145 if (class_opaque_type.IsBeingDefined()) { in ParseSubroutine()1170 class_opaque_type.GetOpaqueQualType(), in ParseSubroutine()1963 const CompilerType &class_opaque_type, const char *property_name, in DelayedAddObjCClassProperty() argument1969 : m_class_opaque_type(class_opaque_type), m_property_name(property_name), in DelayedAddObjCClassProperty()