Searched refs:compositeType (Results 1 – 1 of 1) sorted by relevance
8399 QualType compositeType = FindCompositeObjCPointerType(LHS, RHS, in CheckConditionalOperands() local8403 if (!compositeType.isNull()) in CheckConditionalOperands()8404 return compositeType; in CheckConditionalOperands()8495 QualType compositeType = LHSTy; in FindCompositeObjCPointerType() local8510 if (!(compositeType = in FindCompositeObjCPointerType()8514 compositeType = RHSOPT->isObjCBuiltinType() ? RHSTy : LHSTy; in FindCompositeObjCPointerType()8516 compositeType = LHSOPT->isObjCBuiltinType() ? LHSTy : RHSTy; in FindCompositeObjCPointerType()8525 compositeType = Context.getObjCIdType(); in FindCompositeObjCPointerType()8527 compositeType = Context.getObjCIdType(); in FindCompositeObjCPointerType()8538 LHS = ImpCastExprToType(LHS.get(), compositeType, CK_BitCast); in FindCompositeObjCPointerType()[all …]