Home | History | Annotate | Download | only in ARCMigrate

Lines Matching refs:PT

938   const PointerType* PT = T->getAs<PointerType>();
939 QualType UPointeeT = PT->getPointeeType().getUnqualifiedType();
1242 const PointerType* PT = Ty->getAs<PointerType>();
1243 if (PT->getPointeeType().getUnqualifiedType()->isVoidType())
1245 return IsVoidStarType(PT->getPointeeType());