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 279 bool AlwaysBreakBeforeMultilineStrings;
429 AlwaysBreakBeforeMultilineStrings ==
430 R.AlwaysBreakBeforeMultilineStrings &&
  /external/clang/lib/Format/
Format.cpp 193 IO.mapOptional("AlwaysBreakBeforeMultilineStrings",
194 Style.AlwaysBreakBeforeMultilineStrings);
339 LLVMStyle.AlwaysBreakBeforeMultilineStrings = false;
402 GoogleStyle.AlwaysBreakBeforeMultilineStrings = true;
423 GoogleStyle.AlwaysBreakBeforeMultilineStrings = false;
433 GoogleStyle.AlwaysBreakBeforeMultilineStrings = false;
    [all...]
ContinuationIndenter.cpp 154 if (Style.AlwaysBreakBeforeMultilineStrings &&
    [all...]
  /external/clang/unittests/Format/
FormatTest.cpp     [all...]

Completed in 196 milliseconds