Home | History | Annotate | Download | only in Sema

Lines Matching defs:LPT

8150     const PointerType *LPT = LHSType->getAs<PointerType>();
8152 if (LPT || RPT) {
8153 bool LPtrToVoid = LPT ? LPT->getPointeeType()->isVoidType() : false;
8174 LPT ? CK_BitCast :CK_CPointerToObjCPointerCast);