Home | History | Annotate | Download | only in AST

Lines Matching refs:OPT

431   if (const ObjCObjectPointerType *OPT = getAs<ObjCObjectPointerType>())
432 return OPT->getPointeeType();
510 if (const ObjCObjectPointerType *OPT = getAs<ObjCObjectPointerType>()) {
511 if (OPT->isObjCQualifiedIdType())
512 return OPT;
520 if (const ObjCObjectPointerType *OPT = getAs<ObjCObjectPointerType>()) {
521 if (OPT->isObjCQualifiedClassType())
522 return OPT;
528 if (const ObjCObjectPointerType *OPT = getAs<ObjCObjectPointerType>()) {
529 if (OPT->getInterfaceType())
530 return OPT;
2291 if (const ObjCObjectPointerType *opt
2294 if (opt->getObjectType()->isObjCClass())
2314 if (const PointerType *OPT = getAs<PointerType>())
2315 return OPT->getPointeeType()->isObjCIndirectLifetimeType();