Home | History | Annotate | Download | only in Sema

Lines Matching refs:RPT

6864     const PointerType *RPT = RHSType->getAs<PointerType>();
6865 if (LPT || RPT) {
6867 bool RPtrToVoid = RPT ? RPT->getPointeeType()->isVoidType() : false;
6876 RPT ? CK_BitCast :CK_CPointerToObjCPointerCast);