Home
last modified time | relevance | path

Searched defs:method2 (Results 1 – 14 of 14) sorted by relevance

/llvm-project/clang/test/SemaObjCXX/
H A Dinstantiate-method-return.mm11 - (V<A>)method2; method
27 - (V<A>)method2 { // expected-note {{in instantiation of}} method
/llvm-project/clang/test/Analysis/inlining/
H A DInlineObjCInstanceMethod.m68 - (void) method2; method
77 - (void) method2 { method
85 - (int) method2; method
94 - (int) method2 { method
/llvm-project/clang/test/FixIt/
H A Dtypo.m101 - (int)method2; method
117 - (int)method2; method
121 - (int)method2 { method
/llvm-project/clang/test/SemaObjC/
H A Dinterface-1.m28 - (void)method2; method
H A Dprotocol-attribute.m13 +method2; class
H A Dattr-availability.m329 - (void)method2; method
335 -(void)method2 { fn_10_7(); } method
H A Dmethod-attributes.m74 -(id)method2 { method
H A Dunguarded-availability.m80 - (void)method2; method
/llvm-project/clang/test/Index/
H A Dcomplete-declarators.m25 - (boid)method2 {} method
H A Dcomplete-synthesized.m29 - (short)method2 { method
H A Dcomplete-objc-message.m130 - (void)method2; method
145 - (void)method2; method
/llvm-project/clang/test/ASTMerge/category/Inputs/
H A Dcategory1.m16 - (int)method2; method in Cat2
H A Dcategory2.m18 - (float)method2; method in Cat2
/llvm-project/clang/test/AST/
H A Dast-dump-expr-json.m34 + (void)method2; class