OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:p4_prop
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/Modules/Inputs/
category_right_sub.h
13
@property (retain) id
p4_prop
;
variable
/external/clang/test/Modules/
objc-categories.m
54
id p4p = p4.
p4_prop
; // expected-error{{property '
p4_prop
' not found on object of type 'id<P4>'}}
55
p4p = foo.
p4_prop
; // expected-error{{property '
p4_prop
' not found on object of type 'Foo *'}}
74
id p4p = p4.
p4_prop
; // expected-error{{property '
p4_prop
' not found on object of type 'id<P4>'}}
75
p4p = foo.
p4_prop
; // expected-error{{property '
p4_prop
' not found on object of type 'Foo *'; did you mean 'p3_prop'?}}
93
id p4p = p4.
p4_prop
;
94
p4p = foo.
p4_prop
;
[
all
...]
Completed in 404 milliseconds