Home | History | Annotate | Download | only in Sema

Lines Matching defs:OPT

1439   const ObjCObjectPointerType *OPT;
1440 if (!IsArrow && (OPT = BaseType->getAs<ObjCObjectPointerType>())) {
1457 const ObjCObjectType *OT = OPT->getObjectType();
1464 FindGetterSetterNameDecl(OPT, Member, Sel, S.Context)) {
1484 if (Decl *SDecl = FindGetterSetterNameDecl(OPT,
1557 return S.HandleExprPropertyRefExpr(OPT, BaseExpr.get(), OpLoc, MemberName,