Home | History | Annotate | Download | only in Sema

Lines Matching refs:RPT

8650     const PointerType *RPT = RHSType->getAs<PointerType>();
8651 if (LPT || RPT) {
8653 bool RPtrToVoid = RPT ? RPT->getPointeeType()->isVoidType() : false;
8665 RPT ? CK_BitCast :CK_CPointerToObjCPointerCast);