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

Declarations

tools/clang/include/clang/Format/Format.h
 2203 FormatStyle getNoStyle();

References

tools/clang/include/clang/Tooling/Refactoring/AtomicChange.h
  149   format::FormatStyle Style = format::getNoStyle();
tools/clang/lib/Format/Format.cpp
 1138     *Style = getNoStyle();
 2580   FormatStyle FallbackStyle = getNoStyle();
tools/clang/unittests/Format/FormatTest.cpp
14298   ASSERT_EQ(*Style2, getNoStyle());