Lines Matching refs:RPT
7758 const PointerType *RPT = RHSType->getAs<PointerType>();7759 if (LPT || RPT) {7761 bool RPtrToVoid = RPT ? RPT->getPointeeType()->isVoidType() : false;7773 RPT ? CK_BitCast :CK_CPointerToObjCPointerCast);