Home
last modified time | relevance | path

Searched refs:NSFont (Results 1 – 18 of 18) sorted by relevance

/external/clang/test/SemaObjC/
Darc-unavailable-for-weakref.m53 @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 '
Dproperty-11.m6 @interface NSFont interface
20 @implementation NSFont (Adds) implementation in Adds
Dtypedef-class.m30 @class NSAttributedString, NSFont, NSImage, NSSound;
40 -(void) configureForControlSize:(NSControlSize)size font:(NSFont *)font addDefaultSpace:(XCElementI… argument
Dsuper-cat-prot.m16 @class NSAttributedString, NSEvent, NSFont, NSFormatter, NSImage, NSMenu, NSText, NSView;
Dobjcbridge-attribute.m148 @interface NSFont : NSObject @end interface
150 typedef struct __attribute__ ((objc_bridge(NSFont))) __CFFontRef * CFFontRef;
Dinterface-scope-2.m46 @class NSAttributedString, NSEvent, NSFont, NSFormatter, NSImage, NSMenu, NSText, NSView;
/external/libchrome/base/mac/
Dfoundation_util.mm314 // 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]]) {
Dfoundation_util.h20 @class NSFont;
25 class NSFont; variable
245 CF_TO_NS_CAST_DECL(CTFont, NSFont);
/external/clang/test/Analysis/
Dmethod-arg-decay.m37 @end @class NSAttributedString, NSEvent, NSFont, NSFormatter, NSImage, NSMenu, NSText, NSView;
40 @end @class NSArray, NSFont, NSTabViewItem;
Drdar-6562655.m37 @end @class NSAttributedString, NSFont, NSImage, NSSound;
Dpr4209.m37 @end @class NSAttributedString, NSEvent, NSFont, NSFormatter, NSImage, NSMenu, NSText, NSView;
Dregion-1.m19 @end @class NSAttributedString, NSEvent, NSFont, NSFormatter, NSImage, NSMenu, NSText, NSView;
Dretain-release-inline.m190 @end @class NSAttributedString, NSEvent, NSFont, NSFormatter, NSImage, NSMenu, NSText, NSView, NST…
Dretain-release-gc-only.m186 @end @class NSAttributedString, NSEvent, NSFont, NSFormatter, NSImage, NSMenu, NSText, NSView, NST…
Dretain-release.mm213 @end @class NSAttributedString, NSEvent, NSFont, NSFormatter, NSImage, NSMenu, NSText, NSView, NST…
Dretain-release.m255 @end @class NSAttributedString, NSEvent, NSFont, NSFormatter, NSImage, NSMenu, NSText, NSView, NST…
/external/clang/test/ARCMT/
Dobjcmt-arc-cf-annotations.m260 @end @class NSAttributedString, NSEvent, NSFont, NSFormatter, NSImage, NSMenu, NSText, NSView, NST…
Dobjcmt-arc-cf-annotations.m.result278 @end @class NSAttributedString, NSEvent, NSFont, NSFormatter, NSImage, NSMenu, NSText, NSView, NST…