Lines Matching refs:ObjC
562 S.ObjC().isSelfExpr(const_cast<Expr *>(PRE->getBase()))) { in LookupMethodInReceiverType()
567 return S.ObjC().LookupMethodInObjectType( in LookupMethodInReceiverType()
572 return S.ObjC().LookupMethodInObjectType(sel, PT->getPointeeType(), true); in LookupMethodInReceiverType()
578 return S.ObjC().LookupMethodInObjectType(sel, PT->getPointeeType(), true); in LookupMethodInReceiverType()
580 return S.ObjC().LookupMethodInObjectType(sel, PRE->getSuperReceiverType(), in LookupMethodInReceiverType()
586 return S.ObjC().LookupMethodInObjectType(sel, IT, false); in LookupMethodInReceiverType()
747 msg = S.ObjC().BuildInstanceMessageImplicit( in buildGet()
751 msg = S.ObjC().BuildClassMessageImplicit( in buildGet()
807 msg = S.ObjC().BuildInstanceMessageImplicit(InstanceReceiver, receiverType, in buildSet()
811 msg = S.ObjC().BuildClassMessageImplicit( in buildSet()
841 S.ObjC().DiagnosePropertyAccessorMismatch(RefExpr->getExplicitProperty(), in buildRValueOperation()
930 S.ObjC().checkRetainCycles(InstanceReceiver->getSourceExpr(), RHS); in buildAssignmentOperation()
1019 S.ObjC().checkRetainCycles(InstanceBase->getSourceExpr(), RHS); in buildAssignmentOperation()
1061 ObjCMethodDecl *Getter = S.ObjC().LookupMethodInObjectType( in CheckKeyForObjCARCConversion()
1066 S.ObjC().CheckObjCConversion(Key->getSourceRange(), T, Key, in CheckKeyForObjCARCConversion()
1083 S.ObjC().CheckSubscriptingKind(RefExpr->getKeyExpr()); in findAtIndexGetter()
1112 AtIndexGetter = S.ObjC().LookupMethodInObjectType( in findAtIndexGetter()
1143 AtIndexGetter = S.ObjC().LookupInstanceMethodInGlobalPool( in findAtIndexGetter()
1183 S.ObjC().CheckSubscriptingKind(RefExpr->getKeyExpr()); in findAtIndexSetter()
1213 AtIndexSetter = S.ObjC().LookupMethodInObjectType( in findAtIndexSetter()
1256 AtIndexSetter = S.ObjC().LookupInstanceMethodInGlobalPool( in findAtIndexSetter()
1315 msg = S.ObjC().BuildInstanceMessageImplicit( in buildGet()
1339 ExprResult msg = S.ObjC().BuildInstanceMessageImplicit( in buildSet()