Searched refs:SortIncludes (Results 1 – 6 of 6) sorted by relevance
9 SortIncludes: false
118 SortIncludes("sort-includes", variable472 if (SortIncludes.getNumOccurrences() != 0) { in format()473 if (SortIncludes) in format()474 FormatStyle->SortIncludes = FormatStyle::SI_CaseSensitive; in format()476 FormatStyle->SortIncludes = FormatStyle::SI_Never; in format()
127 SortIncludes: true
166 SortIncludes: true
3972 SortIncludesOptions SortIncludes; member4884 SortIncludes == R.SortIncludes &&
1073 IO.mapOptional("SortIncludes", Style.SortIncludes); in mapping()1540 LLVMStyle.SortIncludes = FormatStyle::SI_CaseSensitive; in getLLVMStyle()1796 ChromiumStyle.SortIncludes = FormatStyle::SI_CaseSensitive; in getChromiumStyle()1920 NoStyle.SortIncludes = FormatStyle::SI_Never; in getNoStyle()3057 if (Style.SortIncludes == FormatStyle::SI_CaseInsensitive) { in sortCppIncludes()3415 if (!Style.SortIncludes || Style.DisableFormat) in sortIncludes()3456 auto SortIncludes = [](const FormatStyle &Style, StringRef Code, in formatReplacements() local3462 processReplacements(SortIncludes, Code, Replaces, Style); in formatReplacements()