Home
last modified time | relevance | path

Searched refs:meth3 (Results 1 – 9 of 9) sorted by relevance

/external/clang/test/Index/
Dusrs.m58 - (id) meth3;
66 - (id) meth3 { return 0; } method
150 // CHECK: usrs.m c:objc(cs)CWithExt(im)meth3 Extent=[58:1 - 58:14]
156 // CHECK: usrs.m c:objc(cs)CWithExt(im)meth3 Extent=[66:1 - 66:27]
250 // CHECK-source: usrs.m:58:8: ObjCInstanceMethodDecl=meth3:58:8 Extent=[58:1 - 58:14]
269 // CHECK-source: usrs.m:66:8: ObjCInstanceMethodDecl=meth3:66:8 (Definition) Extent=[66:1 - 66:27]
Dcomplete-method-decls.m81 -(MyObjectRef)meth3; method
226 …HECK-CLASSTY: ObjCInstanceMethodDecl:{LeftParen (}{Text MyObjectRef}{RightParen )}{TypedText meth3}
/external/tremolo/Tremolo/
Ddpen.s91 BEQ meth3
172 meth3: label
/external/python/cpython2/Lib/lib2to3/tests/data/
Dpy3_test_grammar.py738 def meth3(self, a1, a2): pass member in GrammarTests.testClassdef.C
Dpy2_test_grammar.py794 def meth3(self, a1, a2): pass member in GrammarTests.testClassdef.C
/external/python/cpython3/Lib/lib2to3/tests/data/
Dpy2_test_grammar.py794 def meth3(self, a1, a2): pass member in GrammarTests.testClassdef.C
Dpy3_test_grammar.py762 def meth3(self, a1, a2): pass member in GrammarTests.testClassdef.C
/external/python/cpython2/Lib/test/
Dtest_grammar.py1009 def meth3(self, a1, a2): pass member in GrammarTests.test_classdef.C
/external/python/cpython3/Lib/test/
Dtest_grammar.py1516 def meth3(self, a1, a2): pass member in GrammarTests.test_classdef.C