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

References

tools/clang/tools/extra/clang-tidy/ClangTidy.cpp
  200             *Context.getOptionsForFile(File).FormatStyle, File, "none");
tools/clang/tools/extra/clang-tidy/ClangTidyOptions.cpp
   90     IO.mapOptional("FormatStyle", Options.FormatStyle);
  110   Options.FormatStyle = "none";
  149   overrideValue(Result.FormatStyle, Other.FormatStyle);
  149   overrideValue(Result.FormatStyle, Other.FormatStyle);
tools/clang/tools/extra/clang-tidy/tool/ClangTidyMain.cpp
  272   DefaultOptions.FormatStyle = FormatStyle;
  288     OverrideOptions.FormatStyle = FormatStyle;