Searched refs:Composite2 (Results 1 – 1 of 1) sorted by relevance
6222 QualType Composite2 = T2; in FindCompositePointerType() local6225 assert(!Composite1.isNull() && !Composite2.isNull()); in FindCompositePointerType()6229 Composite2 = Context.getUnqualifiedArrayType(Composite2, Q2); in FindCompositePointerType()6290 (Arr2 = Context.getAsArrayType(Composite2))) { in FindCompositePointerType()6295 Composite2 = Arr2->getElementType(); in FindCompositePointerType()6309 Composite2 = Arr2->getElementType(); in FindCompositePointerType()6319 (Ptr2 = Composite2->getAs<PointerType>())) { in FindCompositePointerType()6321 Composite2 = Ptr2->getPointeeType(); in FindCompositePointerType()6328 (ObjPtr2 = Composite2->getAs<ObjCObjectPointerType>())) { in FindCompositePointerType()6330 Composite2 = ObjPtr2->getPointeeType(); in FindCompositePointerType()[all …]