Searched refs:Composite1 (Results 1 – 2 of 2) sorted by relevance
7212 QualType Composite1 = T1; in FindCompositePointerType() local7216 assert(!Composite1.isNull() && !Composite2.isNull()); in FindCompositePointerType()7219 Composite1 = Context.getUnqualifiedArrayType(Composite1, Q1); in FindCompositePointerType()7275 if ((Arr1 = Context.getAsArrayType(Composite1)) && in FindCompositePointerType()7280 Composite1 = Arr1->getElementType(); in FindCompositePointerType()7294 Composite1 = Arr1->getElementType(); in FindCompositePointerType()7304 if ((Ptr1 = Composite1->getAs<PointerType>()) && in FindCompositePointerType()7306 Composite1 = Ptr1->getPointeeType(); in FindCompositePointerType()7313 if ((ObjPtr1 = Composite1->getAs<ObjCObjectPointerType>()) && in FindCompositePointerType()7315 Composite1 = ObjPtr1->getPointeeType(); in FindCompositePointerType()[all …]
78 label = "Composite1";