Home
last modified time | relevance | path

Searched refs:SortIncludes (Results 1 – 7 of 7) 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
476 if (SortIncludes.getNumOccurrences() != 0) { in format()
477 FormatStyle->SortIncludes = {}; in format()
478 if (SortIncludes) in format()
479 FormatStyle->SortIncludes.Enabled = true; in format()
/freebsd/contrib/libucl/
H A D.clang-format49 SortIncludes: Never
/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.h4398 SortIncludesOptions SortIncludes; member
5468 SortIncludes == R.SortIncludes &&
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp1165 IO.mapOptional("SortIncludes", Style.SortIncludes); in mapping()
1654 LLVMStyle.SortIncludes = {/*Enabled=*/true, /*IgnoreCase=*/false}; in getLLVMStyle()
2047 NoStyle.SortIncludes = {}; in getNoStyle()
3259 if (Style.SortIncludes.Enabled && Style.SortIncludes.IgnoreCase) { in sortCppIncludes()
3635 if (!Style.SortIncludes.Enabled || Style.DisableFormat) in sortIncludes()
3676 auto SortIncludes = [](const FormatStyle &Style, StringRef Code, in formatReplacements() local
3682 processReplacements(SortIncludes, Code, Replaces, Style); in formatReplacements()