Searched refs:property_clang_type (Results 1 – 1 of 1) sorted by relevance
7976 const CompilerType &property_clang_type, clang::ObjCIvarDecl *ivar_decl, in AddObjCClassProperty() argument7979 if (!type || !property_clang_type.IsValid() || property_name == nullptr || in AddObjCClassProperty()7994 if (property_clang_type.IsValid()) in AddObjCClassProperty()7995 property_clang_type_to_access = property_clang_type; in AddObjCClassProperty()8007 ClangUtil::GetQualType(property_clang_type)); in AddObjCClassProperty()8015 : ClangUtil::GetQualType(property_clang_type), in AddObjCClassProperty()