reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Format/Format.cpp
  515     IO.mapOptional("SortIncludes", Style.SortIncludes);
  822   LLVMStyle.SortIncludes = true;
 1005     ChromiumStyle.SortIncludes = true;
 1116   NoStyle.SortIncludes = false;
 2214   if (!Style.SortIncludes)
tools/clang/tools/clang-format/ClangFormat.cpp
  414     FormatStyle->SortIncludes = SortIncludes;
tools/clang/unittests/Format/FormatTest.cpp
12445   CHECK_PARSE_BOOL(SortIncludes);
14409   Style.SortIncludes = true;
tools/clang/unittests/Format/SortImportsTestJava.cpp
   35     FmtStyle.SortIncludes = true;
tools/clang/unittests/Format/SortIncludesTest.cpp
  234   FmtStyle.SortIncludes = false;