Home | History | Annotate | Download | only in Checkers

Lines Matching refs:PT

1509       if (const ObjCObjectPointerType *PT =
1511 ReceiverClass = PT->getInterfaceDecl();
2921 if (const ObjCObjectPointerType *PT = RetTy->getAs<ObjCObjectPointerType>())
2922 if (PT->isObjCQualifiedIdType() || PT->isObjCIdType() ||
2923 PT->isObjCClassType()) {