OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:p3_prop
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/Modules/Inputs/
category_left_sub.h
7
@property (retain) id
p3_prop
;
variable
/external/clang/test/Modules/
objc-categories.m
52
id p3p = p3.
p3_prop
; // expected-error{{property '
p3_prop
' not found on object of type 'id<P3>'}}
53
p3p = foo.
p3_prop
; // expected-error{{property '
p3_prop
' not found on object of type 'Foo *'}}
66
id p3p = p3.
p3_prop
;
67
p3p = foo.
p3_prop
;
75
p4p = foo.p4_prop; // expected-error{{property 'p4_prop' not found on object of type 'Foo *'; did you mean '
p3_prop
'?}}
76
// expected-note@Inputs/category_left_sub.h:7{{'
p3_prop
' declared here}}
91
id p3p = p3.
p3_prop
;
92
p3p = foo.
p3_prop
;
[
all
...]
Completed in 502 milliseconds