Lines Matching refs:Q1
7218 Qualifiers Q1, Q2; in FindCompositePointerType() local
7219 Composite1 = Context.getUnqualifiedArrayType(Composite1, Q1); in FindCompositePointerType()
7226 Qualifiers Quals = Qualifiers::fromCVRUMask(Q1.getCVRUQualifiers() | in FindCompositePointerType()
7231 if (Q1.getAddressSpace() == Q2.getAddressSpace()) { in FindCompositePointerType()
7232 Quals.setAddressSpace(Q1.getAddressSpace()); in FindCompositePointerType()
7234 bool MaybeQ1 = Q1.isAddressSpaceSupersetOf(Q2); in FindCompositePointerType()
7235 bool MaybeQ2 = Q2.isAddressSpaceSupersetOf(Q1); in FindCompositePointerType()
7239 if (isPtrSizeAddressSpace(Q1.getAddressSpace()) || in FindCompositePointerType()
7245 Quals.setAddressSpace(MaybeQ1 ? Q1.getAddressSpace() in FindCompositePointerType()
7252 if (Q1.getObjCGCAttr() == Q2.getObjCGCAttr()) in FindCompositePointerType()
7253 Quals.setObjCGCAttr(Q1.getObjCGCAttr()); in FindCompositePointerType()
7260 if (Q1.getObjCLifetime() == Q2.getObjCLifetime()) in FindCompositePointerType()
7261 Quals.setObjCLifetime(Q1.getObjCLifetime()); in FindCompositePointerType()
7268 if (Q1 != Quals || Q2 != Quals) in FindCompositePointerType()