Home | History | Annotate | Download | only in AST

Lines Matching refs:OPT

376   if (const ObjCObjectPointerType *OPT = getAs<ObjCObjectPointerType>())
377 return OPT->getPointeeType();
455 if (const ObjCObjectPointerType *OPT = getAs<ObjCObjectPointerType>()) {
456 if (OPT->isObjCQualifiedIdType())
457 return OPT;
465 if (const ObjCObjectPointerType *OPT = getAs<ObjCObjectPointerType>()) {
466 if (OPT->isObjCQualifiedClassType())
467 return OPT;
473 if (const ObjCObjectPointerType *OPT = getAs<ObjCObjectPointerType>()) {
474 if (OPT->getInterfaceType())
475 return OPT;
2138 if (const ObjCObjectPointerType *opt
2141 if (opt->getObjectType()->isObjCClass())
2161 if (const PointerType *OPT = getAs<PointerType>())
2162 return OPT->getPointeeType()->isObjCIndirectLifetimeType();