Home | History | Annotate | Download | only in AST

Lines Matching refs:PT

2258   if (auto *PT = dyn_cast<ParenType>(Orig))
2260 getFunctionTypeWithExceptionSpec(Context, PT->getInnerType(), ESI));
2343 if (PointerType *PT = PointerTypes.FindNodeOrInsertPos(ID, InsertPos))
2344 return QualType(PT, 0);
2432 if (BlockPointerType *PT =
2434 return QualType(PT, 0);
2539 if (MemberPointerType *PT =
2541 return QualType(PT, 0);
4763 else if (const PointerType *PT = T->getAs<PointerType>())
4764 T = PT->getPointeeType();
5539 const PointerType *PT = T->castAs<PointerType>();
5540 if (PT->isObjCSelType()) {
5544 PointeeTy = PT->getPointeeType();