Home | History | Annotate | Download | only in Frontend

Lines Matching defs:PT

567       if (const PointerType *PT = OCT->getAs<PointerType>()) {
568 if (isa<ObjCInterfaceType>(PT->getPointeeType()) ||
569 PT->getPointeeType()->isObjCQualifiedIdType())
637 const PointerType *PT = funcType->getAs<PointerType>();
638 if (PT && PointerTypeTakesAnyBlockArguments(funcType))
639 RewriteBlocksInFunctionProtoType(PT->getPointeeType(), ND);
1253 if (const PointerType* PT = retType->getAs<PointerType>())
1254 PointeeTy = PT->getPointeeType();
2183 if (const PointerType *PT = T->getAs<PointerType>()) {
2184 if (PT->getPointeeType()->isObjCQualifiedIdType())
2994 if (const PointerType* PT = T->getAs<PointerType>()) {
2995 QualType PointeeTy = PT->getPointeeType();
4637 if (const PointerType* PT = T->getAs<PointerType>()) {
4638 PointeeTy = PT->getPointeeType();
4940 const PointerType *PT = QT->getAs<PointerType>();
4941 if (PT) {
4942 FTP = PT->getPointeeType()->getAs<FunctionProtoType>();
4958 const PointerType *PT = QT->getAs<PointerType>();
4959 if (PT) {
4960 FTP = PT->getPointeeType()->getAs<FunctionProtoType>();