Searched refs:SortIncludes (Results 1 – 9 of 9) sorted by relevance
2 SortIncludes: Never
117 SortIncludes("sort-includes", variable470 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()
9 SortIncludes: false
81 SortIncludes: false
172 public bool SortIncludes property in LLVM.ClangFormat.OptionPageGrid388 if (options.SortIncludes) in RunClangFormat()
3521 SortIncludesOptions SortIncludes; member4291 SortIncludes == R.SortIncludes &&
993 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() local3287 processReplacements(SortIncludes, Code, Replaces, Style); in formatReplacements()
97 determined by the SortIncludes style flag
4464 **SortIncludes** (``SortIncludesOptions``) :versionbadge:`clang-format 3.8` :ref:`¶ <SortIncludes>`