Home | History | Annotate | Download | only in AST

Lines Matching refs:OPT

419   if (const ObjCObjectPointerType *OPT = getAs<ObjCObjectPointerType>())
420 return OPT->getPointeeType();
502 if (const ObjCObjectPointerType *OPT = getAs<ObjCObjectPointerType>()) {
503 if (OPT->isObjCQualifiedIdType())
504 return OPT;
512 if (const ObjCObjectPointerType *OPT = getAs<ObjCObjectPointerType>()) {
513 if (OPT->isObjCQualifiedClassType())
514 return OPT;
520 if (const ObjCObjectPointerType *OPT = getAs<ObjCObjectPointerType>()) {
521 if (OPT->getInterfaceType())
522 return OPT;
2373 if (const ObjCObjectPointerType *opt
2376 if (opt->getObjectType()->isObjCClass())
2396 if (const PointerType *OPT = getAs<PointerType>())
2397 return OPT->getPointeeType()->isObjCIndirectLifetimeType();