Searched refs:compositeType (Results 1 – 1 of 1) sorted by relevance
7114 QualType compositeType = FindCompositeObjCPointerType(LHS, RHS, in CheckConditionalOperands() local7118 if (!compositeType.isNull()) in CheckConditionalOperands()7119 return compositeType; in CheckConditionalOperands()7205 QualType compositeType = LHSTy; in FindCompositeObjCPointerType() local7220 if (!(compositeType = in FindCompositeObjCPointerType()7224 compositeType = RHSOPT->isObjCBuiltinType() ? RHSTy : LHSTy; in FindCompositeObjCPointerType()7226 compositeType = LHSOPT->isObjCBuiltinType() ? LHSTy : RHSTy; in FindCompositeObjCPointerType()7234 compositeType = Context.getObjCIdType(); in FindCompositeObjCPointerType()7236 compositeType = Context.getObjCIdType(); in FindCompositeObjCPointerType()7247 LHS = ImpCastExprToType(LHS.get(), compositeType, CK_BitCast); in FindCompositeObjCPointerType()[all …]