Home
last modified time | relevance | path

Searched defs:proto_property (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/clang/test/CodeGenObjC/
H A Dproperty-category-impl.m8 @property (readonly) int proto_property; property
14 -(int)proto_property { return 0; } method in Category
H A Dmetadata-class-properties.m38 @property (class, readonly) int proto_property; property
44 +(int)proto_property { return 0; } class in Category