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

References

tools/clang/lib/Format/Format.cpp
 2214   if (!Style.SortIncludes)
 2218   if (Style.Language == FormatStyle::LanguageKind::LK_JavaScript &&
 2221   if (Style.Language == FormatStyle::LanguageKind::LK_JavaScript)
 2222     return sortJavaScriptImports(Style, Code, Ranges, FileName);
 2223   if (Style.Language == FormatStyle::LanguageKind::LK_Java)
 2224     return sortJavaImports(Style, Code, Ranges, FileName, Replaces);
 2225   sortCppIncludes(Style, Code, Ranges, FileName, Replaces, Cursor);