Home
last modified time | relevance | path

Searched refs:ObjCPropertyAttributeOrder (Results 1 – 3 of 3) sorted by relevance

/src/contrib/llvm-project/clang/lib/Format/
H A DObjCPropertyAttributeOrderFixer.cpp28 for (const auto &Property : Style.ObjCPropertyAttributeOrder) in ObjCPropertyAttributeOrderFixer()
H A DFormat.cpp1034 Style.ObjCPropertyAttributeOrder); in mapping()
3740 !Style.ObjCPropertyAttributeOrder.empty()) { in reformat()
/src/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h3466 std::vector<std::string> ObjCPropertyAttributeOrder; member
5093 ObjCPropertyAttributeOrder == R.ObjCPropertyAttributeOrder &&