Searched refs:SortIncludes (Results 1 – 12 of 12) sorted by relevance
101 static cl::opt<bool> SortIncludes( variable255 if (SortIncludes.getNumOccurrences() != 0) in format()256 FormatStyle.SortIncludes = SortIncludes; in format()
9 SortIncludes: false
10 SortIncludes: false
161 public bool SortIncludes property in LLVM.ClangFormat.OptionPageGrid349 return page.SortIncludes; in GetSortIncludes()
79 SortIncludes: false
87 Style.SortIncludes = false; in TEST_F()
10179 CHECK_PARSE_BOOL(SortIncludes); in TEST_F()11584 Style.SortIncludes = true; in TEST_F()
88 SortIncludes: true
340 IO.mapOptional("SortIncludes", Style.SortIncludes); in mapping()568 LLVMStyle.SortIncludes = true; in getLLVMStyle()644 ChromiumStyle.SortIncludes = false; in getChromiumStyle()707 NoStyle.SortIncludes = false; in getNoStyle()1387 if (!Style.SortIncludes) in sortIncludes()1421 auto SortIncludes = [](const FormatStyle &Style, StringRef Code, in formatReplacements() local1427 processReplacements(SortIncludes, Code, Replaces, Style); in formatReplacements()
93 SortIncludes: 'false'
547 bool SortIncludes; member
667 **SortIncludes** (``bool``)