Searched refs:compositeType (Results 1 – 1 of 1) sorted by relevance
6175 QualType compositeType = FindCompositeObjCPointerType(LHS, RHS, in CheckConditionalOperands() local6179 if (!compositeType.isNull()) in CheckConditionalOperands()6180 return compositeType; in CheckConditionalOperands()6266 QualType compositeType = LHSTy; in FindCompositeObjCPointerType() local6281 if (!(compositeType = in FindCompositeObjCPointerType()6285 compositeType = RHSOPT->isObjCBuiltinType() ? RHSTy : LHSTy; in FindCompositeObjCPointerType()6287 compositeType = LHSOPT->isObjCBuiltinType() ? LHSTy : RHSTy; in FindCompositeObjCPointerType()6295 compositeType = Context.getObjCIdType(); in FindCompositeObjCPointerType()6297 compositeType = Context.getObjCIdType(); in FindCompositeObjCPointerType()6308 LHS = ImpCastExprToType(LHS.get(), compositeType, CK_BitCast); in FindCompositeObjCPointerType()[all …]