Lines Matching refs:Composite1
5441 QualType Composite1 = Context.getCanonicalType(T1), in FindCompositePointerType() local
5446 if ((Ptr1 = Composite1->getAs<PointerType>()) && in FindCompositePointerType()
5448 Composite1 = Ptr1->getPointeeType(); in FindCompositePointerType()
5454 Composite1.getCVRQualifiers() != Composite2.getCVRQualifiers()) in FindCompositePointerType()
5458 Composite1.getCVRQualifiers() | Composite2.getCVRQualifiers()); in FindCompositePointerType()
5464 if ((MemPtr1 = Composite1->getAs<MemberPointerType>()) && in FindCompositePointerType()
5466 Composite1 = MemPtr1->getPointeeType(); in FindCompositePointerType()
5472 Composite1.getCVRQualifiers() != Composite2.getCVRQualifiers()) in FindCompositePointerType()
5476 Composite1.getCVRQualifiers() | Composite2.getCVRQualifiers()); in FindCompositePointerType()
5510 Composite1 = Context.getMemberPointerType( in FindCompositePointerType()
5511 Context.getQualifiedType(Composite1, Quals), in FindCompositePointerType()
5518 Composite1 in FindCompositePointerType()
5519 = Context.getPointerType(Context.getQualifiedType(Composite1, Quals)); in FindCompositePointerType()
5527 = InitializedEntity::InitializeTemporary(Composite1); in FindCompositePointerType()
5535 if (!Context.hasSameType(Composite1, Composite2)) { in FindCompositePointerType()
5563 return Composite1; in FindCompositePointerType()