Home | History | Annotate | Download | only in Sema

Lines Matching refs:RPT

9344     const PointerType *RPT = RHSType->getAs<PointerType>();
9345 if (LPT || RPT) {
9347 bool RPtrToVoid = RPT ? RPT->getPointeeType()->isVoidType() : false;
9359 RPT ? CK_BitCast :CK_CPointerToObjCPointerCast);