Home
last modified time | relevance | path

Searched refs:SortIncludes (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/wpa/wpa_supplicant/binder/
H A D.clang-format9 SortIncludes: false
/freebsd/contrib/llvm-project/clang/tools/clang-format/
H A DClangFormat.cpp118 SortIncludes("sort-includes", variable
483 if (SortIncludes.getNumOccurrences() != 0) { in format()
484 if (SortIncludes) in format()
485 FormatStyle->SortIncludes = FormatStyle::SI_CaseSensitive; in format()
487 FormatStyle->SortIncludes = FormatStyle::SI_Never; in format()
/freebsd/contrib/libcbor/
H A D.clang-format127 SortIncludes: true
/freebsd/
H A D.clang-format166 SortIncludes: true
/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h4132 SortIncludesOptions SortIncludes; member
5122 SortIncludes == R.SortIncludes &&
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp1080 IO.mapOptional("SortIncludes", Style.SortIncludes); in mapping()
1559 LLVMStyle.SortIncludes = FormatStyle::SI_CaseSensitive; in getLLVMStyle()
1817 ChromiumStyle.SortIncludes = FormatStyle::SI_CaseSensitive; in getChromiumStyle()
1944 NoStyle.SortIncludes = FormatStyle::SI_Never; in getNoStyle()
3090 if (Style.SortIncludes == FormatStyle::SI_CaseInsensitive) { in sortCppIncludes()
3458 if (!Style.SortIncludes || Style.DisableFormat) in sortIncludes()
3499 auto SortIncludes = [](const FormatStyle &Style, StringRef Code, in formatReplacements() local
3505 processReplacements(SortIncludes, Code, Replaces, Style); in formatReplacements()