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

References

tools/clang/lib/Format/Format.cpp
  172     IO.enumCase(Value, "Attach", FormatStyle::BS_Attach);
  745   LLVMStyle.BreakBeforeBraces = FormatStyle::BS_Attach;
tools/clang/unittests/Format/FormatTest.cpp
 2494   for (auto BraceStyle : {FormatStyle::BS_Attach, FormatStyle::BS_Mozilla,
12655               FormatStyle::BS_Attach);