Searched refs:SortIncludes (Results 1 – 7 of 7) sorted by relevance
9 SortIncludes: false
118 SortIncludes("sort-includes", variable476 if (SortIncludes.getNumOccurrences() != 0) { in format()477 FormatStyle->SortIncludes = {}; in format()478 if (SortIncludes) in format()479 FormatStyle->SortIncludes.Enabled = true; in format()
49 SortIncludes: Never
127 SortIncludes: true
166 SortIncludes: true
4398 SortIncludesOptions SortIncludes; member5468 SortIncludes == R.SortIncludes &&
1165 IO.mapOptional("SortIncludes", Style.SortIncludes); in mapping()1654 LLVMStyle.SortIncludes = {/*Enabled=*/true, /*IgnoreCase=*/false}; in getLLVMStyle()2047 NoStyle.SortIncludes = {}; in getNoStyle()3259 if (Style.SortIncludes.Enabled && Style.SortIncludes.IgnoreCase) { in sortCppIncludes()3635 if (!Style.SortIncludes.Enabled || Style.DisableFormat) in sortIncludes()3676 auto SortIncludes = [](const FormatStyle &Style, StringRef Code, in formatReplacements() local3682 processReplacements(SortIncludes, Code, Replaces, Style); in formatReplacements()