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

References

tools/clang/include/clang/Format/Format.h
 2083            JavaImportGroups == R.JavaImportGroups &&
 2083            JavaImportGroups == R.JavaImportGroups &&
tools/clang/lib/Format/Format.cpp
  485     IO.mapOptional("JavaImportGroups", Style.JavaImportGroups);
  993     ChromiumStyle.JavaImportGroups = {
 2057   for (unsigned I = 0; I < Style.JavaImportGroups.size(); I++) {
 2058     std::string GroupPrefix = Style.JavaImportGroups[I];
tools/clang/unittests/Format/SortImportsTestJava.cpp
   34     FmtStyle.JavaImportGroups = {"com.test", "org", "com"};