Home
last modified time | relevance | path

Searched defs:myMethod (Results 1 – 9 of 9) sorted by relevance

/llvm-project/clang/test/SemaObjC/
H A Ddefault-synthesize-2.m50 - (void) myMethod { method
66 - (id) myMethod { method
80 - (id) myMethod { method
96 {
111 - (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.m10 - (void)myMethod; method
H A Dmethod-lookup-4.m31 - (void)myMethod { } method
/llvm-project/clang/test/Analysis/
H A DanalyzeOneFunction.m28 -(id)myMethod; method
38 -(id)myMethod { method
H A DNSPanel.m68 - (void)myMethod; method
74 {
H A Dretain-release-path-notes.m273 - (void)myMethod; method in PropertiesAndIvarsHelper
H A Dproperties.m43 -(id)myMethod; method
54 -(id)myMethod { method
/llvm-project/clang/test/SemaTemplate/
H A Ddependent-expr.cpp45 template<typename OT> int myMethod() in myMethod() function