Home | History | Annotate | Download | only in Sema

Lines Matching refs:LPT

7757     const PointerType *LPT = LHSType->getAs<PointerType>();
7759 if (LPT || RPT) {
7760 bool LPtrToVoid = LPT ? LPT->getPointeeType()->isVoidType() : false;
7780 LPT ? CK_BitCast :CK_CPointerToObjCPointerCast);