Home
last modified time | relevance | path

Searched defs:NSError (Results 1 – 20 of 20) sorted by relevance

/llvm-project/clang/test/Analysis/
H A DCheckNSError.m16 @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 Dincorrect-checker-names.mm101 @interface NSError : NSObject <NSCopying, NSCoding> {} interface
118 …rror **)error { // expected-warning {{Method accepting NSError** should have a no… argument
H A Dautoreleasewritechecker_test.m22 @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 Dsuppression-attr.m34 @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 Dobjc-indirect-copy-restore.m21 @interface NSError : NSObject { interface
H A DPR3991.m33 …ogleDocsAdapter*)inGoogleDocsAdapter accountVerifyIsValid:(BOOL)inIsValid error:(NSError *)inError;
/llvm-project/clang/test/SemaObjC/
H A Ddealloc.m42 @interface NSError:NSObject interface
45 @interface NSError(CAT) interface in CAT
48 @implementation NSError(CAT) implementation in CAT
H A Dresolve-method-in-global-pool.m13 - (void)getDonuts:(void (^)(NSDictionary *, NSError *))replyBlock;
29 - (void)getDonuts:(void (^)(NSDictionary *, NSError *))replyBlock {
H A Dtry-catch.m33 - (NSDictionary *)setUpInfoForTransformKey:(NSString *)transformKey outError:(NSError **)outError { argument
H A Darc-objc-lifetime.m59 …ransportAndSetEnvironment:(NSMutableDictionary*)environment error:(__autoreleasing NSError**)error;
63 …nsportAndSetEnvironment:(NSMutableDictionary*)environment error:(__autoreleasing NSError**)error {}
H A Dobjcbridge-attribute-arc.m60 @interface NSError<P1, P2, P3> @end // expected-note 5 {{declared here}} interface
H A Dobjcbridge-attribute.m63 @interface NSError<P1, P2, P3> @end // expected-note 3 {{declared here}} interface
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/objc/
H A Davoid-nserror-init.m2 @interface NSError interface
/llvm-project/lldb/source/Plugins/Platform/MacOSX/objcxx/
H A DPlatformiOSSimulatorCoreSimulatorSupport.mm29 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 Darc-objc-lifetime.mm58 …ransportAndSetEnvironment:(NSMutableDictionary*)environment error:(__autoreleasing NSError*&)error;
62 …nsportAndSetEnvironment:(NSMutableDictionary*)environment error:(__autoreleasing NSError*&)error {}
H A Dobjcbridge-static-cast.mm45 @interface NSError<P1, P2, P3> @end // expected-note 3 {{declared here}} interface
H A Dobjcbridge-attribute.mm45 @interface NSError<P1, P2, P3> @end // expected-note 5 {{declared here}} interface
H A Dobjcbridge-attribute-arc.mm45 @interface NSError<P1, P2, P3> @end // expected-note 5 {{declared here}} interface
/llvm-project/clang/test/CodeGenObjC/
H A Ddebug-info-block-line.m16 @interface NSError : NSObject interface
/llvm-project/clang/test/ARCMT/
H A Dobjcmt-instancetype-2.m37 @interface NSError interface