Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Support/BLAKE3/
H A D.clang-format2 SortIncludes: Never
/llvm-project-15.0.7/openmp/runtime/
H A D.clang-format4 SortIncludes: false
/llvm-project-15.0.7/clang/tools/clang-format/
H A DClangFormat.cpp117 SortIncludes("sort-includes", variable
469 if (SortIncludes.getNumOccurrences() != 0) { in format()
470 if (SortIncludes) in format()
471 FormatStyle->SortIncludes = FormatStyle::SI_CaseSensitive; in format()
473 FormatStyle->SortIncludes = FormatStyle::SI_Never; in format()
/llvm-project-15.0.7/pstl/
H A D.clang-format16 SortIncludes: false
/llvm-project-15.0.7/libcxxabi/
H A D.clang-format9 SortIncludes: false
/llvm-project-15.0.7/clang/unittests/Format/
H A DSortIncludesTest.cpp288 FmtStyle.SortIncludes = FormatStyle::SI_Never; in TEST_F()
632 EXPECT_FALSE(FmtStyle.SortIncludes == FormatStyle::SI_CaseInsensitive); in TEST_F()
634 FmtStyle.SortIncludes = FormatStyle::SI_CaseInsensitive; in TEST_F()
H A DSortImportsTestJava.cpp35 FmtStyle.SortIncludes = FormatStyle::SI_CaseInsensitive; in SortImportsTestJava()
H A DFormatTest.cpp20643 Style.SortIncludes = FormatStyle::SI_Never; in TEST_F()
20644 CHECK_PARSE("SortIncludes: true", SortIncludes, in TEST_F()
20646 CHECK_PARSE("SortIncludes: false", SortIncludes, FormatStyle::SI_Never); in TEST_F()
20647 CHECK_PARSE("SortIncludes: CaseInsensitive", SortIncludes, in TEST_F()
20649 CHECK_PARSE("SortIncludes: CaseSensitive", SortIncludes, in TEST_F()
20651 CHECK_PARSE("SortIncludes: Never", SortIncludes, FormatStyle::SI_Never); in TEST_F()
23196 Style.SortIncludes = FormatStyle::SI_CaseSensitive; in TEST_F()
/llvm-project-15.0.7/libcxx/
H A D.clang-format82 SortIncludes: false
/llvm-project-15.0.7/clang/tools/clang-format-vs/ClangFormat/
H A DClangFormatPackage.cs172 public bool SortIncludes property in LLVM.ClangFormat.OptionPageGrid
388 if (options.SortIncludes) in RunClangFormat()
/llvm-project-15.0.7/clang/include/clang/Format/
H A DFormat.h3240 SortIncludesOptions SortIncludes; member
3957 SortIncludes == R.SortIncludes &&
/llvm-project-15.0.7/clang/lib/Format/
H A DFormat.cpp857 IO.mapOptional("SortIncludes", Style.SortIncludes); in mapping()
1337 LLVMStyle.SortIncludes = FormatStyle::SI_CaseSensitive; in getLLVMStyle()
1541 ChromiumStyle.SortIncludes = FormatStyle::SI_CaseSensitive; in getChromiumStyle()
1655 NoStyle.SortIncludes = FormatStyle::SI_Never; in getNoStyle()
2678 if (Style.SortIncludes == FormatStyle::SI_CaseInsensitive) { in sortCppIncludes()
3047 if (!Style.SortIncludes || Style.DisableFormat) in sortIncludes()
3088 auto SortIncludes = [](const FormatStyle &Style, StringRef Code, in formatReplacements() local
3094 processReplacements(SortIncludes, Code, Replaces, Style); in formatReplacements()
/llvm-project-15.0.7/clang/docs/
H A DClangFormat.rst96 determined by the SortIncludes style flag
H A DClangFormatStyleOptions.rst3913 **SortIncludes** (``SortIncludesOptions``) :versionbadge:`clang-format 4`