Searched refs:SortIncludes (Results 1 – 6 of 6) sorted by relevance
101 static cl::opt<bool> SortIncludes( variable405 if (SortIncludes.getNumOccurrences() != 0) { in format()406 if (SortIncludes) in format()407 FormatStyle->SortIncludes = FormatStyle::SI_CaseSensitive; in format()409 FormatStyle->SortIncludes = FormatStyle::SI_Never; in format()
9 SortIncludes: false
127 SortIncludes: true
2925 SortIncludesOptions SortIncludes; member3488 SortIncludes == R.SortIncludes &&
165 SortIncludes: true
709 IO.mapOptional("SortIncludes", Style.SortIncludes); in mapping()1121 LLVMStyle.SortIncludes = FormatStyle::SI_CaseSensitive; in getLLVMStyle()1327 ChromiumStyle.SortIncludes = FormatStyle::SI_CaseSensitive; in getChromiumStyle()1441 NoStyle.SortIncludes = FormatStyle::SI_Never; in getNoStyle()2327 if (Style.SortIncludes == FormatStyle::SI_CaseInsensitive) { in sortCppIncludes()2657 if (!Style.SortIncludes || Style.DisableFormat) in sortIncludes()2697 auto SortIncludes = [](const FormatStyle &Style, StringRef Code, in formatReplacements() local2703 processReplacements(SortIncludes, Code, Replaces, Style); in formatReplacements()