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

Declarations

tools/clang/include/clang/Format/Format.h
 2335 extern const char *DefaultFormatStyle;

References

tools/clang/tools/clang-format/ClangFormat.cpp
   64           cl::init(clang::format::DefaultFormatStyle),
tools/clang/tools/extra/clang-change-namespace/ChangeNamespace.cpp
 1019         format::getStyle(format::DefaultFormatStyle, FilePath, FallbackStyle);
tools/clang/tools/extra/clang-include-fixer/tool/ClangIncludeFixer.cpp
  326     auto InsertStyle = format::getStyle(format::DefaultFormatStyle,
  407         format::getStyle(format::DefaultFormatStyle, FilePath, Style);
tools/clang/tools/extra/clang-move/Move.cpp
  781     auto Style = format::getStyle(format::DefaultFormatStyle, FilePath,
tools/clang/tools/extra/clangd/ClangdServer.cpp
  292   auto Style = format::getStyle(format::DefaultFormatStyle, File,
tools/clang/tools/extra/clangd/SourceCode.cpp
  703   auto Style = format::getStyle(format::DefaultFormatStyle, File,