Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/SemaObjC/
H A Ddefault-synthesize-2.m52 - (void) myMethod { method
68 - (id) myMethod { method
82 - (id) myMethod { method
98 {
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
H A Dmethod-lookup-4.m31 - (void)myMethod { } method
/llvm-project-15.0.7/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.m45 -(id)myMethod; method
56 -(id)myMethod { method
/llvm-project-15.0.7/clang/test/SemaTemplate/
H A Ddependent-expr.cpp45 template<typename OT> int myMethod() in myMethod() function