Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/Format/
H A DObjCPropertyAttributeOrderFixer.cpp32 struct ObjCPropertyEntry { struct
33 StringRef Attribute; // eg, `readwrite`
34 StringRef Value; // eg, the `foo` of the attribute `getter=foo`