Lines Matching refs:OPT
5395 const ObjCObjectPointerType *OPT = T->castAs<ObjCObjectPointerType>();
5396 if (OPT->isObjCIdType()) {
5401 if (OPT->isObjCClassType() || OPT->isObjCQualifiedClassType()) {
5409 if (OPT->isObjCQualifiedIdType()) {
5417 for (ObjCObjectPointerType::qual_iterator I = OPT->qual_begin(),
5418 E = OPT->qual_end(); I != E; ++I) {
5428 QualType PointeeTy = OPT->getPointeeType();
5436 if (FD && OPT->getInterfaceDecl()) {
5438 ObjCInterfaceDecl *OI = OPT->getInterfaceDecl();
5459 if (OPT->getInterfaceDecl() &&
5462 S += OPT->getInterfaceDecl()->getIdentifier()->getName();
5463 for (ObjCObjectPointerType::qual_iterator I = OPT->qual_begin(),
5464 E = OPT->qual_end(); I != E; ++I) {