Home | History | Annotate | Download | only in Sema

Lines Matching refs:RPT

8151     const PointerType *RPT = RHSType->getAs<PointerType>();
8152 if (LPT || RPT) {
8154 bool RPtrToVoid = RPT ? RPT->getPointeeType()->isVoidType() : false;
8166 RPT ? CK_BitCast :CK_CPointerToObjCPointerCast);