Searched refs:compositeType (Results 1 – 1 of 1) sorted by relevance
8335 QualType compositeType = FindCompositeObjCPointerType(LHS, RHS, in CheckConditionalOperands() local8339 if (!compositeType.isNull()) in CheckConditionalOperands()8340 return compositeType; in CheckConditionalOperands()8431 QualType compositeType = LHSTy; in FindCompositeObjCPointerType() local8446 if (!(compositeType = in FindCompositeObjCPointerType()8450 compositeType = RHSOPT->isObjCBuiltinType() ? RHSTy : LHSTy; in FindCompositeObjCPointerType()8452 compositeType = LHSOPT->isObjCBuiltinType() ? LHSTy : RHSTy; in FindCompositeObjCPointerType()8461 compositeType = Context.getObjCIdType(); in FindCompositeObjCPointerType()8463 compositeType = Context.getObjCIdType(); in FindCompositeObjCPointerType()8474 LHS = ImpCastExprToType(LHS.get(), compositeType, CK_BitCast); in FindCompositeObjCPointerType()[all …]