Home
last modified time | relevance | path

Searched defs:NSImage (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/test/SemaObjC/
H A Dprotocol-implementing-class-methods.m10 @interface NSImage <P1> interface
14 @interface NSImage (AirPortUI) interface in AirPortUI
18 @interface NSImage() interface in void
22 @implementation NSImage (AirPortUI) implementation in AirPortUI
/llvm-project/clang/test/CodeGenObjC/
H A Ddebug-info-crash.m37 + (NSAttributedString *)attributedStringWithString:(id)string image:(NSImage *)image { argument