Home | History | Annotate | Download | only in Sema

Lines Matching refs:OPT

1307   const ObjCObjectPointerType *OPT;
1308 if (!IsArrow && (OPT = BaseType->getAs<ObjCObjectPointerType>())) {
1325 const ObjCObjectType *OT = OPT->getObjectType();
1331 if (Decl *PMDecl = FindGetterSetterNameDecl(OPT, Member, Sel, Context)) {
1353 if (Decl *SDecl = FindGetterSetterNameDecl(OPT, /*Property id*/0,
1426 return HandleExprPropertyRefExpr(OPT, BaseExpr.get(), OpLoc,