Home
last modified time | relevance | path

Searched defs:__strong (Results 1 – 10 of 10) sorted by relevance

/external/llvm-project/clang/test/Lexer/
Dobjc_macros.m3 #define __strong macro
21 #define __strong macro
/external/clang/test/Lexer/
Dobjc_macros.m3 #define __strong macro
21 #define __strong macro
/external/llvm-project/clang/test/Analysis/
Dautoreleasewritechecker_test.m80 - (BOOL) writeToStrongErrorInBlock:(NSError *__strong *)error;
87 - (BOOL)writeToStrongErrorInAutoreleasePool:(NSError *__strong *)error;
135 - (BOOL) writeToStrongErrorInBlock:(NSError *__strong *)error {
179 - (BOOL)writeToStrongErrorInAutoreleasePool:(NSError *__strong *)error {
/external/clang/test/SemaObjC/
Darc-type-conversion.m65 typedef void (^Block_strong)() __strong; typedef
/external/llvm-project/clang/test/SemaObjC/
Darc-type-conversion.m65 typedef void (^Block_strong)() __strong; typedef
/external/clang/test/SemaObjCXX/
Darc-type-conversion.mm196 typedef void (^Block_strong)() __strong; typedef
/external/llvm-project/clang/test/SemaObjCXX/
Darc-type-conversion.mm196 typedef void (^Block_strong)() __strong; typedef
/external/clang/test/CodeGenObjC/
Dparameterized_classes.m26 - (void)getObjects:(T __strong *)objects length:(unsigned*)length;
/external/llvm-project/clang/test/CodeGenObjCXX/
Dmsabi-objc-extensions.mm54 void s(__strong id) {} category
/external/llvm-project/clang/test/CodeGenObjC/
Dparameterized_classes.m26 - (void)getObjects:(T __strong *)objects length:(unsigned*)length;