Home | History | Annotate | Download | only in Sema

Lines Matching refs:OPT

1250   const ObjCObjectPointerType *OPT;
1251 if (!IsArrow && (OPT = BaseType->getAs<ObjCObjectPointerType>())) {
1268 const ObjCObjectType *OT = OPT->getObjectType();
1274 if (Decl *PMDecl = FindGetterSetterNameDecl(OPT, Member, Sel, Context)) {
1296 if (Decl *SDecl = FindGetterSetterNameDecl(OPT, /*Property id*/0,
1372 return HandleExprPropertyRefExpr(OPT, BaseExpr.get(), OpLoc,