Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/wpa/wpa_supplicant/binder/
H A D.clang-format9 SortIncludes: false
/freebsd-14.2/contrib/llvm-project/clang/tools/clang-format/
H A DClangFormat.cpp118 SortIncludes("sort-includes", variable
472 if (SortIncludes.getNumOccurrences() != 0) { in format()
473 if (SortIncludes) in format()
474 FormatStyle->SortIncludes = FormatStyle::SI_CaseSensitive; in format()
476 FormatStyle->SortIncludes = FormatStyle::SI_Never; in format()
/freebsd-14.2/contrib/libcbor/
H A D.clang-format127 SortIncludes: true
/freebsd-14.2/
H A D.clang-format166 SortIncludes: true
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h3972 SortIncludesOptions SortIncludes; member
4884 SortIncludes == R.SortIncludes &&
/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp1073 IO.mapOptional("SortIncludes", Style.SortIncludes); in mapping()
1540 LLVMStyle.SortIncludes = FormatStyle::SI_CaseSensitive; in getLLVMStyle()
1796 ChromiumStyle.SortIncludes = FormatStyle::SI_CaseSensitive; in getChromiumStyle()
1920 NoStyle.SortIncludes = FormatStyle::SI_Never; in getNoStyle()
3057 if (Style.SortIncludes == FormatStyle::SI_CaseInsensitive) { in sortCppIncludes()
3415 if (!Style.SortIncludes || Style.DisableFormat) in sortIncludes()
3456 auto SortIncludes = [](const FormatStyle &Style, StringRef Code, in formatReplacements() local
3462 processReplacements(SortIncludes, Code, Replaces, Style); in formatReplacements()