Home
last modified time | relevance | path

Searched refs:Composite1 (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/clang/lib/Sema/
DSemaExprCXX.cpp6526 QualType Composite1 = T1; in FindCompositePointerType() local
6530 assert(!Composite1.isNull() && !Composite2.isNull()); in FindCompositePointerType()
6533 Composite1 = Context.getUnqualifiedArrayType(Composite1, Q1); in FindCompositePointerType()
6581 if ((Ptr1 = Composite1->getAs<PointerType>()) && in FindCompositePointerType()
6583 Composite1 = Ptr1->getPointeeType(); in FindCompositePointerType()
6590 if ((ObjPtr1 = Composite1->getAs<ObjCObjectPointerType>()) && in FindCompositePointerType()
6592 Composite1 = ObjPtr1->getPointeeType(); in FindCompositePointerType()
6599 if ((MemPtr1 = Composite1->getAs<MemberPointerType>()) && in FindCompositePointerType()
6601 Composite1 = MemPtr1->getPointeeType(); in FindCompositePointerType()
6630 if (Steps.empty() && ((Composite1->isVoidPointerType() && in FindCompositePointerType()
[all …]
/external/clang/lib/Sema/
DSemaExprCXX.cpp5441 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()
[all …]