Home
last modified time | relevance | path

Searched defs:GCObject (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/clang/test/SemaObjC/
Dproperty-noprotocol-warning.m9 @protocol GCObject protocol
17 @interface GCObject : Object <DerivedGCObject> { interface
25 @implementation GCObject : Object implementation
Dproperty-4.m15 @interface GCObject : Object <ProtocolDerivedGCObject> { interface
/external/clang/test/SemaObjC/
Dproperty-noprotocol-warning.m9 @protocol GCObject protocol
17 @interface GCObject : Object <DerivedGCObject> { interface
25 @implementation GCObject : Object implementation
Dproperty-4.m15 @interface GCObject : Object <ProtocolDerivedGCObject> { interface
/external/lua/src/
Dlobject.h268 typedef struct GCObject { struct
270 } GCObject; typedef