Home | History | Annotate | Download | only in Sema

Lines Matching refs:PT

460     const PointerType *PT = BaseType->getAs<PointerType>();
461 if (PT && (!getLangOpts().ObjC1 ||
462 PT->getPointeeType()->isRecordType())) {
1196 if (const PointerType *PT = T->getAs<PointerType>())
1197 return PT->getPointeeType()->isRecordType();