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

References

tools/clang/include/clang/Format/Format.h
 2061            BreakStringLiterals == R.BreakStringLiterals &&
 2061            BreakStringLiterals == R.BreakStringLiterals &&
tools/clang/lib/Format/ContinuationIndenter.cpp
 1768         !Style.BreakStringLiterals || !AllowBreak)
 2230   if (Style.ColumnLimit != 0 && Style.BreakStringLiterals &&
tools/clang/lib/Format/Format.cpp
  460     IO.mapOptional("BreakStringLiterals", Style.BreakStringLiterals);
  755   LLVMStyle.BreakStringLiterals = true;
  948     GoogleStyle.BreakStringLiterals = false;
tools/clang/unittests/Format/FormatTest.cpp
 9319   Style.BreakStringLiterals = false;
12431   CHECK_PARSE_BOOL(BreakStringLiterals);