Searched refs:SortIncludes (Results 1 – 14 of 14) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Support/BLAKE3/ |
| H A D | .clang-format | 2 SortIncludes: Never
|
| /llvm-project-15.0.7/openmp/runtime/ |
| H A D | .clang-format | 4 SortIncludes: false
|
| /llvm-project-15.0.7/clang/tools/clang-format/ |
| H A D | ClangFormat.cpp | 117 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-format | 16 SortIncludes: false
|
| /llvm-project-15.0.7/libcxxabi/ |
| H A D | .clang-format | 9 SortIncludes: false
|
| /llvm-project-15.0.7/clang/unittests/Format/ |
| H A D | SortIncludesTest.cpp | 288 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 D | SortImportsTestJava.cpp | 35 FmtStyle.SortIncludes = FormatStyle::SI_CaseInsensitive; in SortImportsTestJava()
|
| H A D | FormatTest.cpp | 20643 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-format | 82 SortIncludes: false
|
| /llvm-project-15.0.7/clang/tools/clang-format-vs/ClangFormat/ |
| H A D | ClangFormatPackage.cs | 172 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 D | Format.h | 3240 SortIncludesOptions SortIncludes; member 3957 SortIncludes == R.SortIncludes &&
|
| /llvm-project-15.0.7/clang/lib/Format/ |
| H A D | Format.cpp | 857 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 D | ClangFormat.rst | 96 determined by the SortIncludes style flag
|
| H A D | ClangFormatStyleOptions.rst | 3913 **SortIncludes** (``SortIncludesOptions``) :versionbadge:`clang-format 4`
|