Home
last modified time | relevance | path

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

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