HomeSort by relevance Sort by last modified time
    Searched refs:AlwaysBreakBeforeMultilineStrings (Results 1 - 4 of 4) sorted by null

  /external/clang/include/clang/Format/
Format.h 192 bool AlwaysBreakBeforeMultilineStrings;
608 AlwaysBreakBeforeMultilineStrings ==
609 R.AlwaysBreakBeforeMultilineStrings &&
  /external/clang/lib/Format/
Format.cpp 263 IO.mapOptional("AlwaysBreakBeforeMultilineStrings",
264 Style.AlwaysBreakBeforeMultilineStrings);
481 LLVMStyle.AlwaysBreakBeforeMultilineStrings = false;
552 GoogleStyle.AlwaysBreakBeforeMultilineStrings = true;
574 GoogleStyle.AlwaysBreakBeforeMultilineStrings = false;
583 GoogleStyle.AlwaysBreakBeforeMultilineStrings = false;
    [all...]
ContinuationIndenter.cpp 176 if (Style.AlwaysBreakBeforeMultilineStrings &&
    [all...]
  /external/clang/unittests/Format/
FormatTest.cpp     [all...]

Completed in 313 milliseconds