/llvm-project/clang/test/SemaObjCXX/ |
H A D | bridge-cast-redecl.mm | 5 typedef const struct __CFString * CFStringRef; typedef 8 typedef const struct __attribute__((objc_bridge(NSString))) __CFString * CFStringRef; typedef
|
H A D | arc-bridged-cast.mm | 4 typedef const struct __CFString *CFStringRef; typedef 36 template void to_cf<CFTypeRef, CFStringRef>(id); function
|
H A D | arc-unbridged-cast.mm | 3 typedef const struct __CFString * CFStringRef; typedef 77 - (void) takeOrdinary: (CFStringRef) arg; argument
|
H A D | reinterpret-cast-objc-pointertype.mm | 6 typedef const struct __CFString * CFStringRef; typedef
|
/llvm-project/clang/test/CodeGenObjC/ |
H A D | arc-unbridged-cast.m | 3 typedef const struct __CFString * CFStringRef; typedef 23 - (void) setP : (CFStringRef)arg {} argument
|
H A D | arc-bridged-cast.m | 4 typedef const struct __CFString *CFStringRef; typedef
|
H A D | objc2-write-barrier-2.m | 56 typedef const struct __CFString * CFStringRef; typedef
|
/llvm-project/clang/test/CodeGen/ |
H A D | cfstring-elf-sections-x86_64.c | 5 typedef struct __CFString *CFStringRef; typedef
|
H A D | cfstring3.c | 19 typedef struct __CFString *CFStringRef; typedef
|
H A D | cfstring-elf-cfbuild-x86_64.c | 28 typedef struct __CFString *CFStringRef; typedef
|
H A D | cfstring-windows.c | 31 typedef struct __CFString *CFStringRef; typedef
|
H A D | cfstring2.c | 4 typedef const struct __CFString * CFStringRef; typedef
|
/llvm-project/clang/test/FixIt/ |
H A D | format-no-fixit.m | 21 typedef const struct __CFString * CFStringRef; typedef
|
H A D | format.m | 50 typedef const struct __CFString * __attribute__((NSObject)) CFStringRef; typedef
|
/llvm-project/clang/test/PCH/Inputs/ |
H A D | arc.h | 4 typedef const struct __CFString *CFStringRef; typedef
|
/llvm-project/clang/test/SemaObjC/ |
H A D | arc-unbridged-cast.m | 3 typedef const struct __CFString * CFStringRef; typedef 84 - (void) takeOrdinary: (CFStringRef) arg; argument
|
H A D | bad-receiver-1.m | 13 typedef const struct __CFString * CFStringRef; typedef
|
H A D | illegal-nonarc-bridged-cast.m | 4 typedef const struct __CFString *CFStringRef; typedef
|
H A D | arc-dict-bridged-cast.m | 4 typedef const struct __CFString * CFStringRef; typedef
|
H A D | arc-bridged-cast.m | 7 typedef const struct __CFString *CFStringRef; typedef
|
H A D | arc-cf.m | 10 typedef const struct __CFString *CFStringRef; typedef
|
/llvm-project/clang/test/ARCMT/ |
H A D | nonobjc-to-objc-cast-2.m | 5 typedef const struct __CFString * CFStringRef; typedef
|
H A D | nonobjc-to-objc-cast.m | 7 typedef const struct __CFString * CFStringRef; typedef
|
/llvm-project/clang/test/Sema/ |
H A D | ns_error_enum.m | 39 typedef const struct __CFString * CFStringRef; typedef
|
/llvm-project/clang/test/Analysis/Checkers/ |
H A D | RunLoopAutoreleaseLeakChecker.m | 137 typedef const struct CF_BRIDGED_TYPE(NSString) __CFString * CFStringRef; typedef
|