Searched refs:compositeType (Results 1 – 1 of 1) sorted by relevance
8982 QualType compositeType = FindCompositeObjCPointerType(LHS, RHS, in CheckConditionalOperands() local8986 if (!compositeType.isNull()) in CheckConditionalOperands()8987 return compositeType; in CheckConditionalOperands()9078 QualType compositeType = LHSTy; in FindCompositeObjCPointerType() local9093 if (!(compositeType = in FindCompositeObjCPointerType()9097 compositeType = RHSOPT->isObjCBuiltinType() ? RHSTy : LHSTy; in FindCompositeObjCPointerType()9099 compositeType = LHSOPT->isObjCBuiltinType() ? LHSTy : RHSTy; in FindCompositeObjCPointerType()9108 compositeType = Context.getObjCIdType(); in FindCompositeObjCPointerType()9110 compositeType = Context.getObjCIdType(); in FindCompositeObjCPointerType()9121 LHS = ImpCastExprToType(LHS.get(), compositeType, CK_BitCast); in FindCompositeObjCPointerType()[all …]