Searched refs:SortIncludes (Results 1 – 6 of 6) sorted by relevance
9 SortIncludes: false
118 SortIncludes("sort-includes", variable483 if (SortIncludes.getNumOccurrences() != 0) { in format()484 if (SortIncludes) in format()485 FormatStyle->SortIncludes = FormatStyle::SI_CaseSensitive; in format()487 FormatStyle->SortIncludes = FormatStyle::SI_Never; in format()
127 SortIncludes: true
166 SortIncludes: true
4132 SortIncludesOptions SortIncludes; member5122 SortIncludes == R.SortIncludes &&
1080 IO.mapOptional("SortIncludes", Style.SortIncludes); in mapping()1559 LLVMStyle.SortIncludes = FormatStyle::SI_CaseSensitive; in getLLVMStyle()1817 ChromiumStyle.SortIncludes = FormatStyle::SI_CaseSensitive; in getChromiumStyle()1944 NoStyle.SortIncludes = FormatStyle::SI_Never; in getNoStyle()3090 if (Style.SortIncludes == FormatStyle::SI_CaseInsensitive) { in sortCppIncludes()3458 if (!Style.SortIncludes || Style.DisableFormat) in sortIncludes()3499 auto SortIncludes = [](const FormatStyle &Style, StringRef Code, in formatReplacements() local3505 processReplacements(SortIncludes, Code, Replaces, Style); in formatReplacements()