/llvm-project/clang/test/Analysis/ |
H A D | CheckNSError.m | 16 @interface NSError : NSObject <NSCopying, NSCoding> {} interface 29 - (void)myMethodWhichMayFail:(NSError **)error { // expected-warning {{Method accepting NSError**… argument 33 - (BOOL)myMethodWhichMayFail2:(NSError **)error { // no-warning 43 - (BOOL)myMethodWhichMayFail4:(NSError **)error { // no-warning
|
H A D | incorrect-checker-names.mm | 101 @interface NSError : NSObject <NSCopying, NSCoding> {} interface 118 …rror **)error { // expected-warning {{Method accepting NSError** should have a no… argument
|
H A D | autoreleasewritechecker_test.m | 22 @interface NSError : NSObject <NSCopying, NSCoding> {} interface 82 - (BOOL) writeToLocalErrorInBlock:(NSError **)error; 305 - (void) captureErrorOut:(NSError**) error; argument 306 - (void) captureError:(NSError*) error; argument
|
H A D | suppression-attr.m | 34 @interface NSError : NSObject <NSCopying, NSCoding> { interface 228 …// expected-warning@-1 {{Method accepting NSError** should have a non-void return value to indicat… argument 242 - (void)methodWhichMayFail:(NSError **)error SUPPRESS { // no-warning
|
H A D | objc-indirect-copy-restore.m | 21 @interface NSError : NSObject { interface
|
H A D | PR3991.m | 33 …ogleDocsAdapter*)inGoogleDocsAdapter accountVerifyIsValid:(BOOL)inIsValid error:(NSError *)inError;
|
/llvm-project/clang/test/SemaObjC/ |
H A D | dealloc.m | 42 @interface NSError:NSObject interface 45 @interface NSError(CAT) interface in CAT 48 @implementation NSError(CAT) implementation in CAT
|
H A D | resolve-method-in-global-pool.m | 13 - (void)getDonuts:(void (^)(NSDictionary *, NSError *))replyBlock; 29 - (void)getDonuts:(void (^)(NSDictionary *, NSError *))replyBlock {
|
H A D | try-catch.m | 33 - (NSDictionary *)setUpInfoForTransformKey:(NSString *)transformKey outError:(NSError **)outError { argument
|
H A D | arc-objc-lifetime.m | 59 …ransportAndSetEnvironment:(NSMutableDictionary*)environment error:(__autoreleasing NSError**)error; 63 …nsportAndSetEnvironment:(NSMutableDictionary*)environment error:(__autoreleasing NSError**)error {}
|
H A D | objcbridge-attribute-arc.m | 60 @interface NSError<P1, P2, P3> @end // expected-note 5 {{declared here}} interface
|
H A D | objcbridge-attribute.m | 63 @interface NSError<P1, P2, P3> @end // expected-note 3 {{declared here}} interface
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/objc/ |
H A D | avoid-nserror-init.m | 2 @interface NSError interface
|
/llvm-project/lldb/source/Plugins/Platform/MacOSX/objcxx/ |
H A D | PlatformiOSSimulatorCoreSimulatorSupport.mm | 29 error:(NSError **)error; argument 37 - (id)defaultDeviceSetWithError:(NSError **)error; argument 49 - (BOOL)bootWithOptions:(NSDictionary *)options error:(NSError **)error; argument 51 - (BOOL)shutdownWithError:(NSError **)error; argument
|
/llvm-project/clang/test/SemaObjCXX/ |
H A D | arc-objc-lifetime.mm | 58 …ransportAndSetEnvironment:(NSMutableDictionary*)environment error:(__autoreleasing NSError*&)error; 62 …nsportAndSetEnvironment:(NSMutableDictionary*)environment error:(__autoreleasing NSError*&)error {}
|
H A D | objcbridge-static-cast.mm | 45 @interface NSError<P1, P2, P3> @end // expected-note 3 {{declared here}} interface
|
H A D | objcbridge-attribute.mm | 45 @interface NSError<P1, P2, P3> @end // expected-note 5 {{declared here}} interface
|
H A D | objcbridge-attribute-arc.mm | 45 @interface NSError<P1, P2, P3> @end // expected-note 5 {{declared here}} interface
|
/llvm-project/clang/test/CodeGenObjC/ |
H A D | debug-info-block-line.m | 16 @interface NSError : NSObject interface
|
/llvm-project/clang/test/ARCMT/ |
H A D | objcmt-instancetype-2.m | 37 @interface NSError interface
|