Searched refs:Composite2 (Results 1 – 3 of 3) sorted by relevance
6601 QualType Composite2 = T2; in FindCompositePointerType() local6604 assert(!Composite1.isNull() && !Composite2.isNull()); in FindCompositePointerType()6608 Composite2 = Context.getUnqualifiedArrayType(Composite2, Q2); in FindCompositePointerType()6656 (Ptr2 = Composite2->getAs<PointerType>())) { in FindCompositePointerType()6658 Composite2 = Ptr2->getPointeeType(); in FindCompositePointerType()6665 (ObjPtr2 = Composite2->getAs<ObjCObjectPointerType>())) { in FindCompositePointerType()6667 Composite2 = ObjPtr2->getPointeeType(); in FindCompositePointerType()6674 (MemPtr2 = Composite2->getAs<MemberPointerType>())) { in FindCompositePointerType()6676 Composite2 = MemPtr2->getPointeeType(); in FindCompositePointerType()6705 Composite2->isObjCObjectPointerType()) || in FindCompositePointerType()[all …]
1357 alias Composite2 = Repeat!(2, Composite); variable1358 static assert(is(Composite2 == AliasSeq!(uint, int, uint, int)));
1247 alias Composite2 = Repeat!(2, Composite); variable1248 static assert(is(Composite2 == AliasSeq!(uint, int, uint, int)));