Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Support/BLAKE3/
H A D.clang-format2 SortIncludes: Never
/openbsd-src/gnu/llvm/clang/tools/clang-format/
H A DClangFormat.cpp117 SortIncludes("sort-includes", variable
470 if (SortIncludes.getNumOccurrences() != 0) { in format()
471 if (SortIncludes) in format()
472 FormatStyle->SortIncludes = FormatStyle::SI_CaseSensitive; in format()
474 FormatStyle->SortIncludes = FormatStyle::SI_Never; in format()
/openbsd-src/gnu/llvm/libcxxabi/
H A D.clang-format9 SortIncludes: false
/openbsd-src/gnu/llvm/libcxx/
H A D.clang-format81 SortIncludes: false
/openbsd-src/gnu/llvm/clang/tools/clang-format-vs/ClangFormat/
H A DClangFormatPackage.cs172 public bool SortIncludes property in LLVM.ClangFormat.OptionPageGrid
388 if (options.SortIncludes) in RunClangFormat()
/openbsd-src/gnu/llvm/clang/include/clang/Format/
H A DFormat.h3521 SortIncludesOptions SortIncludes; member
4291 SortIncludes == R.SortIncludes &&
/openbsd-src/gnu/llvm/clang/lib/Format/
H A DFormat.cpp993 IO.mapOptional("SortIncludes", Style.SortIncludes); in mapping()
1426 LLVMStyle.SortIncludes = FormatStyle::SI_CaseSensitive; in getLLVMStyle()
1680 ChromiumStyle.SortIncludes = FormatStyle::SI_CaseSensitive; in getChromiumStyle()
1795 NoStyle.SortIncludes = FormatStyle::SI_Never; in getNoStyle()
2879 if (Style.SortIncludes == FormatStyle::SI_CaseInsensitive) { in sortCppIncludes()
3240 if (!Style.SortIncludes || Style.DisableFormat) in sortIncludes()
3281 auto SortIncludes = [](const FormatStyle &Style, StringRef Code, in formatReplacements() local
3287 processReplacements(SortIncludes, Code, Replaces, Style); in formatReplacements()
/openbsd-src/gnu/llvm/clang/docs/
H A DClangFormat.rst97 determined by the SortIncludes style flag
H A DClangFormatStyleOptions.rst4464 **SortIncludes** (``SortIncludesOptions``) :versionbadge:`clang-format 3.8` :ref:`¶ <SortIncludes>`