Home | History | Annotate | Download | only in Sema

Lines Matching refs:LPT

6863     const PointerType *LPT = LHSType->getAs<PointerType>();
6865 if (LPT || RPT) {
6866 bool LPtrToVoid = LPT ? LPT->getPointeeType()->isVoidType() : false;
6879 LPT ? CK_BitCast :CK_CPointerToObjCPointerCast);