Searched refs:SortIncludes (Results 1 – 14 of 14) 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
11 SortIncludes: false
2793 SortIncludesOptions SortIncludes; member3351 SortIncludes == R.SortIncludes &&
172 public bool SortIncludes property in LLVM.ClangFormat.OptionPageGrid388 if (options.SortIncludes) in RunClangFormat()
90 SortIncludes: false
127 SortIncludes: true
140 SortIncludes: false
672 IO.mapOptional("SortIncludes", Style.SortIncludes); in mapping()1077 LLVMStyle.SortIncludes = FormatStyle::SI_CaseSensitive; in getLLVMStyle()1280 ChromiumStyle.SortIncludes = FormatStyle::SI_CaseSensitive; in getChromiumStyle()1394 NoStyle.SortIncludes = FormatStyle::SI_Never; in getNoStyle()2278 if (Style.SortIncludes == FormatStyle::SI_CaseInsensitive) { in sortCppIncludes()2608 if (!Style.SortIncludes || Style.DisableFormat) in sortIncludes()2648 auto SortIncludes = [](const FormatStyle &Style, StringRef Code, in formatReplacements() local2654 processReplacements(SortIncludes, Code, Replaces, Style); in formatReplacements()
154 $(CLANG_FORMAT) -style='{BasedOnStyle: Chromium, SortIncludes: false}' -i $@.tmp.c; \
196 - Option ``SortIncludes`` has been updated from a ``bool`` to an
78 determined by the SortIncludes style flag
3115 **SortIncludes** (``SortIncludesOptions``)