Home | History | Annotate | Download | only in Sema

Lines Matching refs:RPT

6708     const PointerType *RPT = RHSType->getAs<PointerType>();
6709 RPT) {
6711 bool RPtrToVoid = RPT ? RPT->getPointeeType()->isVoidType() : false;
6720 RPT ? CK_BitCast :CK_CPointerToObjCPointerCast);