Lines Matching refs:ObjC
81 ObjC enumerator
3343 bool NotNSStringTy = !S.ObjC().isNSStringType(Ty); in handleFormatArgAttr()
3344 if (NotNSStringTy && !S.ObjC().isCFStringType(Ty) && in handleFormatArgAttr()
3359 if (!S.ObjC().isNSStringType(Ty, /*AllowNSAttributedString=*/true) && in handleFormatArgAttr()
3360 !S.ObjC().isCFStringType(Ty) && in handleFormatArgAttr()
3555 if (!S.ObjC().isNSStringType(Ty, true) && !S.ObjC().isCFStringType(Ty) && in handleFormatAttr()
6424 S.ObjC().handleIBOutlet(D, AL); in ProcessDeclAttribute()
6427 S.ObjC().handleIBOutletCollection(D, AL); in ProcessDeclAttribute()
6604 S.ObjC().handleOwnershipAttr(D, AL); in ProcessDeclAttribute()
6607 S.ObjC().handlePreciseLifetimeAttr(D, AL); in ProcessDeclAttribute()
6610 S.ObjC().handleReturnsInnerPointerAttr(D, AL); in ProcessDeclAttribute()
6613 S.ObjC().handleRequiresSuperAttr(D, AL); in ProcessDeclAttribute()
6616 S.ObjC().handleBridgeAttr(D, AL); in ProcessDeclAttribute()
6619 S.ObjC().handleBridgeMutableAttr(D, AL); in ProcessDeclAttribute()
6622 S.ObjC().handleBridgeRelatedAttr(D, AL); in ProcessDeclAttribute()
6625 S.ObjC().handleDesignatedInitializer(D, AL); in ProcessDeclAttribute()
6628 S.ObjC().handleRuntimeName(D, AL); in ProcessDeclAttribute()
6631 S.ObjC().handleBoxable(D, AL); in ProcessDeclAttribute()
6634 S.ObjC().handleNSErrorDomain(D, AL); in ProcessDeclAttribute()
6639 S.ObjC().AddXConsumedAttr(D, AL, in ProcessDeclAttribute()
6640 S.ObjC().parsedAttrToRetainOwnershipKind(AL), in ProcessDeclAttribute()
6645 S, D, AL, S.ObjC().isValidOSObjectOutParameter(D), in ProcessDeclAttribute()
6651 S, D, AL, S.ObjC().isValidOSObjectOutParameter(D), in ProcessDeclAttribute()
6662 S.ObjC().handleXReturnsXRetainedAttr(D, AL); in ProcessDeclAttribute()
6719 S.ObjC().handleDirectAttr(D, AL); in ProcessDeclAttribute()
6722 S.ObjC().handleDirectMembersAttr(D, AL); in ProcessDeclAttribute()
6726 S.ObjC().handleSuppresProtocolAttr(D, AL); in ProcessDeclAttribute()
6750 S.ObjC().handleMethodFamilyAttr(D, AL); in ProcessDeclAttribute()
6753 S.ObjC().handleNSObject(D, AL); in ProcessDeclAttribute()
6756 S.ObjC().handleIndependentClass(D, AL); in ProcessDeclAttribute()
6759 S.ObjC().handleBlocksAttr(D, AL); in ProcessDeclAttribute()
7037 S.ObjC().handleExternallyRetainedAttr(D, AL); in ProcessDeclAttribute()