Searched refs:SortIncludes (Results 1 – 4 of 4) sorted by relevance
101 static cl::opt<bool> SortIncludes( variable273 if (SortIncludes.getNumOccurrences() != 0) in format()274 FormatStyle->SortIncludes = SortIncludes; in format()
9 SortIncludes: false
446 IO.mapOptional("SortIncludes", Style.SortIncludes); in mapping()717 LLVMStyle.SortIncludes = true; in getLLVMStyle()864 ChromiumStyle.SortIncludes = true; in getChromiumStyle()946 NoStyle.SortIncludes = false; in getNoStyle()1988 if (!Style.SortIncludes) in sortIncludes()2028 auto SortIncludes = [](const FormatStyle &Style, StringRef Code, in formatReplacements() local2034 processReplacements(SortIncludes, Code, Replaces, Style); in formatReplacements()
1500 bool SortIncludes; member