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

Declarations

tools/clang/include/clang/Format/Format.h
 2339 extern const char *DefaultFallbackStyle;

References

tools/clang/tools/clang-format/ClangFormat.cpp
   73                   cl::init(clang::format::DefaultFallbackStyle),
tools/clang/tools/extra/clang-apply-replacements/tool/ClangApplyReplacementsMain.cpp
  100                                              format::DefaultFallbackStyle);
tools/clang/tools/extra/clangd/ClangdServer.cpp
  293                                 format::DefaultFallbackStyle, Code, FS.get());
tools/clang/tools/extra/clangd/SourceCode.cpp
  704                                 format::DefaultFallbackStyle, Content, FS);
tools/clang/tools/extra/clangd/tool/ClangdMain.cpp
  179     init(clang::format::DefaultFallbackStyle),
  483     clang::format::DefaultFallbackStyle = FallbackStyle.c_str();