Home | History | Annotate | Download | only in ARCMigrate

Lines Matching refs:PT

1069   const PointerType* PT = T->getAs<PointerType>();
1070 QualType UPointeeT = PT->getPointeeType().getUnqualifiedType();
1373 const PointerType* PT = Ty->getAs<PointerType>();
1374 if (PT->getPointeeType().getUnqualifiedType()->isVoidType())
1376 return IsVoidStarType(PT->getPointeeType());