Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DObjCPropertyAttributeOrderFixer.cpp26 for (const auto &Property : Style.ObjCPropertyAttributeOrder) in ObjCPropertyAttributeOrderFixer()
H A DFormat.cpp1114 Style.ObjCPropertyAttributeOrder); in mapping()
3928 !Style.ObjCPropertyAttributeOrder.empty()) { in reformat()
/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h3650 std::vector<std::string> ObjCPropertyAttributeOrder; member
5435 ObjCPropertyAttributeOrder == R.ObjCPropertyAttributeOrder &&