Searched refs:compositeType (Results 1 – 1 of 1) sorted by relevance
6706 QualType compositeType = FindCompositeObjCPointerType(LHS, RHS, in CheckConditionalOperands() local6710 if (!compositeType.isNull()) in CheckConditionalOperands()6711 return compositeType; in CheckConditionalOperands()6797 QualType compositeType = LHSTy; in FindCompositeObjCPointerType() local6812 if (!(compositeType = in FindCompositeObjCPointerType()6816 compositeType = RHSOPT->isObjCBuiltinType() ? RHSTy : LHSTy; in FindCompositeObjCPointerType()6818 compositeType = LHSOPT->isObjCBuiltinType() ? LHSTy : RHSTy; in FindCompositeObjCPointerType()6826 compositeType = Context.getObjCIdType(); in FindCompositeObjCPointerType()6828 compositeType = Context.getObjCIdType(); in FindCompositeObjCPointerType()6839 LHS = ImpCastExprToType(LHS.get(), compositeType, CK_BitCast); in FindCompositeObjCPointerType()[all …]