OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:instancemethod
(Results
1 - 10
of
10
) sorted by null
/external/clang/test/Rewriter/
rewrite-api-bug.m
4
- (void)
instanceMethod
;
8
- (void)
instanceMethod
{
objc-super-test.m
11
- (int)
instanceMethod
;
15
- (int)
instanceMethod
{
undecl-objc-h.m
16
- (int)
instanceMethod
;
22
- (int)
instanceMethod
{
/external/clang/test/SemaObjC/
class-method-lookup.m
11
- (void)
instanceMethod
;
16
- (void)
instanceMethod
{
23
[self
instanceMethod
];// expected-warning {{'+
instanceMethod
' not found (return type defaults to 'id')}}
24
[MyDerived
instanceMethod
];// expected-warning {{'+
instanceMethod
' not found (return type defaults to 'id')}}
protocol-lookup-2.m
8
- (id)
instanceMethod
;
31
return [super
instanceMethod
];
super.m
13
- (void)
instanceMethod
;
17
- (void)
instanceMethod
;
23
- (void)
instanceMethod
{
29
[super
instanceMethod
];
81
[(B*)super
instanceMethod
];
category-method-lookup-2.m
19
-
instanceMethod
{
attr-deprecated.m
90
- (int)
instancemethod
;
/external/clang/test/Index/
complete-lambdas.mm
5
-
instanceMethod
:(int)value withOther:(int)other;
16
[a
instanceMethod
:0 withOther:1];
18
[super
instanceMethod
];
20
[a,self
instanceMethod
:0 withOther:1]{};
26
// CHECK-CC1: ObjCInstanceMethodDecl:{ResultType id}{TypedText
instanceMethod
:}{Placeholder (int)}{HorizontalSpace }{TypedText withOther:}{Placeholder (int)} (35)
49
// CHECK-CC6: ObjCInstanceMethodDecl:{ResultType id}{TypedText
instanceMethod
:}{Placeholder (int)}{HorizontalSpace }{TypedText withOther:}{Placeholder (int)} (37)
/external/webkit/Tools/Scripts/webkitpy/common/net/buildbot/
buildbot_unittest.py
208
def example_builder_statuses(): # We could use
instancemethod
() to bind 'self' but we don't need to.
Completed in 351 milliseconds