Searched refs:compositeType (Results 1 – 1 of 1) sorted by relevance
9325 QualType compositeType = FindCompositeObjCPointerType(LHS, RHS, in CheckConditionalOperands() local9329 if (!compositeType.isNull()) in CheckConditionalOperands()9330 return compositeType; in CheckConditionalOperands()9421 QualType compositeType = LHSTy; in FindCompositeObjCPointerType() local9436 if (!(compositeType = in FindCompositeObjCPointerType()9440 compositeType = RHSOPT->isObjCBuiltinType() ? RHSTy : LHSTy; in FindCompositeObjCPointerType()9442 compositeType = LHSOPT->isObjCBuiltinType() ? LHSTy : RHSTy; in FindCompositeObjCPointerType()9451 compositeType = Context.getObjCIdType(); in FindCompositeObjCPointerType()9453 compositeType = Context.getObjCIdType(); in FindCompositeObjCPointerType()9464 LHS = ImpCastExprToType(LHS.get(), compositeType, CK_BitCast); in FindCompositeObjCPointerType()[all …]