Home
last modified time | relevance | path

Searched refs:myMethod (Results 1 – 13 of 13) sorted by relevance

/llvm-project-15.0.7/clang/test/SemaObjC/
H A Dmethod-conflict-1.m14 - (void)myMethod:(NSArray *)object;
19 - (void)myMethod:(NSObject *)object {
30 - (void)myMethod:(id <MyProtocol>)object; // broken-note {{previous definition is here}}
35 - (void)myMethod:(MyClass *)object { // broken-warning {{conflicting parameter types in implementat…
H A Dmethod-lookup-4.m31 - (void)myMethod { } method
47 [self myMethod];
48 [super myMethod];
H A Ddefault-synthesize-2.m52 - (void) myMethod { method
68 - (id) myMethod { method
82 - (id) myMethod { method
97 - (id) myMethod
113 - (id) myMethod { method
H A Dmethod-def-1.m13 +- (void)myMethod; // expected-error {{expected selector for Objective-C method}} class
18 - (void)myMethod { } method
H A Dconditional-expr-7.m11 - (void)myMethod; method
/llvm-project-15.0.7/clang/test/Analysis/
H A DanalyzeOneFunction.m28 -(id)myMethod; method
38 -(id)myMethod { method
H A Drefcnt_naming.m30 - (NSURL *)myMethod:(NSString *)inString;
39 - (NSURL *)myMethod:(NSString *)inString
H A DNSPanel.m68 - (void)myMethod; method
73 - (void)myMethod
H A Dproperties.m45 -(id)myMethod; method
56 -(id)myMethod { method
735 [_ownedProp myMethod]; // FIXME-warning{{used after it is released}}
742 [_ivarOnly myMethod]; // FIXME-warning{{used after it is released}}
979 [x myMethod];
H A Dretain-release-path-notes.m273 - (void)myMethod; method in PropertiesAndIvarsHelper
297 [_ownedProp myMethod]; // FIXME-note {{Reference-counted object is used after it is released}}
306 [_ivarOnly myMethod]; // FIXME-note {{Reference-counted object is used after it is released}}
/llvm-project-15.0.7/clang/test/Index/
H A Dcomplete-at-exprstmt.m4 - (int)myMethod:(int)arg;
8 - (int)myMethod:(int)arg {
51 // CHECK-CC4: NotImplemented:{TypedText myMethod:} (40)
/llvm-project-15.0.7/clang/test/SemaTemplate/
H A Ddependent-expr.cpp45 template<typename OT> int myMethod() in myMethod() function
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dwarn-thread-safety-analysis.cpp4485 void myMethod();
4498 foo.myMethod(); // expected-warning {{reading variable 'foo' requires holding mutex 'mu_'}} in test()