Home | History | Annotate | Download | only in Sema

Lines Matching defs:OPT

1394   const ObjCObjectPointerType *OPT;
1395 if (!IsArrow && (OPT = BaseType->getAs<ObjCObjectPointerType>())) {
1412 const ObjCObjectType *OT = OPT->getObjectType();
1419 FindGetterSetterNameDecl(OPT, Member, Sel, S.Context)) {
1439 if (Decl *SDecl = FindGetterSetterNameDecl(OPT,
1512 return S.HandleExprPropertyRefExpr(OPT, BaseExpr.get(), OpLoc, MemberName,