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

References

tools/clang/lib/Format/ContinuationIndenter.cpp
  467       return Style.AlwaysBreakTemplateDeclarations != FormatStyle::BTDS_No;
tools/clang/lib/Format/Format.cpp
  243     IO.enumCase(Value, "No", FormatStyle::BTDS_No);
tools/clang/unittests/Format/FormatTest.cpp
 6623   NeverBreak.AlwaysBreakTemplateDeclarations = FormatStyle::BTDS_No;
12706               AlwaysBreakTemplateDeclarations, FormatStyle::BTDS_No);