Home | History | Annotate | Download | only in AST

Lines Matching defs:OPT

418   if (const ObjCObjectPointerType *OPT = getAs<ObjCObjectPointerType>())
419 return OPT->getPointeeType();
474 const ObjCObjectPointerType *OPT = getAs<ObjCObjectPointerType>();
475 if (!OPT)
479 if (OPT->isObjCIdType())
483 if (!OPT->isKindOfType())
487 if (OPT->isObjCClassType() || OPT->isObjCQualifiedClassType())
491 bound = OPT->getObjectType()->stripObjCKindOfTypeAndQuals(ctx)
497 const ObjCObjectPointerType *OPT = getAs<ObjCObjectPointerType>();
498 if (!OPT)
502 if (OPT->isObjCClassType())
506 if (!OPT->isKindOfType())
510 return OPT->isObjCClassType() || OPT->isObjCQualifiedClassType();
1475 if (const ObjCObjectPointerType *OPT = getAs<ObjCObjectPointerType>()) {
1476 if (OPT->isObjCQualifiedIdType())
1477 return OPT;
1485 if (const ObjCObjectPointerType *OPT = getAs<ObjCObjectPointerType>()) {
1486 if (OPT->isObjCQualifiedClassType())
1487 return OPT;
1500 if (const ObjCObjectPointerType *OPT = getAs<ObjCObjectPointerType>()) {
1501 if (OPT->getInterfaceType())
1502 return OPT;
3679 if (const ObjCObjectPointerType *opt
3682 if (opt->getObjectType()->isObjCClass())
3707 if (const PointerType *OPT = getAs<PointerType>())
3708 return OPT->getPointeeType()->isObjCIndirectLifetimeType();