Searched defs:ObjCPropertyEntry (Results 1 – 1 of 1) sorted by relevance
32 struct ObjCPropertyEntry { struct33 StringRef Attribute; // eg, `readwrite`34 StringRef Value; // eg, the `foo` of the attribute `getter=foo`