/external/clang/test/SemaObjC/ |
D | arc-unavailable-for-weakref.m | 53 @interface NSFont interface 59 @property (weak) NSFont *font; // expected-error {{synthesizing __weak instance variable of type 'N… 68 @property (weak) NSFont *font; // expected-error {{synthesizing __weak instance variable of type 'N… 79 @property (weak) NSFont *font; // expected-error {{synthesizing __weak instance variable of type '…
|
D | property-11.m | 6 @interface NSFont interface 20 @implementation NSFont (Adds) implementation in Adds
|
D | typedef-class.m | 30 @class NSAttributedString, NSFont, NSImage, NSSound; 40 -(void) configureForControlSize:(NSControlSize)size font:(NSFont *)font addDefaultSpace:(XCElementI… argument
|
D | super-cat-prot.m | 16 @class NSAttributedString, NSEvent, NSFont, NSFormatter, NSImage, NSMenu, NSText, NSView;
|
D | objcbridge-attribute.m | 148 @interface NSFont : NSObject @end interface 150 typedef struct __attribute__ ((objc_bridge(NSFont))) __CFFontRef * CFFontRef;
|
D | interface-scope-2.m | 46 @class NSAttributedString, NSEvent, NSFont, NSFormatter, NSImage, NSMenu, NSText, NSView;
|
/external/libchrome/base/mac/ |
D | foundation_util.mm | 314 // The NSFont/CTFont toll-free bridging is broken when it comes to type 317 NSFont* CFToNSCast(CTFontRef cf_val) { 318 NSFont* ns_val = 319 const_cast<NSFont*>(reinterpret_cast<const NSFont*>(cf_val)); 323 [ns_val isKindOfClass:[NSFont class]])); 327 CTFontRef NSToCFCast(NSFont* ns_val) { 331 [ns_val isKindOfClass:[NSFont class]]); 379 // The NSFont/CTFont toll-free bridging is broken when it comes to type 395 if ([ns_val isKindOfClass:[NSFont class]]) {
|
D | foundation_util.h | 20 @class NSFont; 25 class NSFont; variable 245 CF_TO_NS_CAST_DECL(CTFont, NSFont);
|
/external/clang/test/Analysis/ |
D | method-arg-decay.m | 37 @end @class NSAttributedString, NSEvent, NSFont, NSFormatter, NSImage, NSMenu, NSText, NSView; 40 @end @class NSArray, NSFont, NSTabViewItem;
|
D | rdar-6562655.m | 37 @end @class NSAttributedString, NSFont, NSImage, NSSound;
|
D | pr4209.m | 37 @end @class NSAttributedString, NSEvent, NSFont, NSFormatter, NSImage, NSMenu, NSText, NSView;
|
D | region-1.m | 19 @end @class NSAttributedString, NSEvent, NSFont, NSFormatter, NSImage, NSMenu, NSText, NSView;
|
D | retain-release-inline.m | 190 @end @class NSAttributedString, NSEvent, NSFont, NSFormatter, NSImage, NSMenu, NSText, NSView, NST…
|
D | retain-release-gc-only.m | 186 @end @class NSAttributedString, NSEvent, NSFont, NSFormatter, NSImage, NSMenu, NSText, NSView, NST…
|
D | retain-release.mm | 213 @end @class NSAttributedString, NSEvent, NSFont, NSFormatter, NSImage, NSMenu, NSText, NSView, NST…
|
D | retain-release.m | 255 @end @class NSAttributedString, NSEvent, NSFont, NSFormatter, NSImage, NSMenu, NSText, NSView, NST…
|
/external/clang/test/ARCMT/ |
D | objcmt-arc-cf-annotations.m | 260 @end @class NSAttributedString, NSEvent, NSFont, NSFormatter, NSImage, NSMenu, NSText, NSView, NST…
|
D | objcmt-arc-cf-annotations.m.result | 278 @end @class NSAttributedString, NSEvent, NSFont, NSFormatter, NSImage, NSMenu, NSText, NSView, NST…
|