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 243 bool AlwaysBreakBeforeMultilineStrings;
375 AlwaysBreakBeforeMultilineStrings ==
376 R.AlwaysBreakBeforeMultilineStrings &&
  /external/clang/unittests/Format/
FormatTest.cpp     [all...]
  /external/clang/lib/Format/
Format.cpp 178 IO.mapOptional("AlwaysBreakBeforeMultilineStrings",
179 Style.AlwaysBreakBeforeMultilineStrings);
314 LLVMStyle.AlwaysBreakBeforeMultilineStrings = false;
373 GoogleStyle.AlwaysBreakBeforeMultilineStrings = true;
    [all...]
ContinuationIndenter.cpp 146 if (Style.AlwaysBreakBeforeMultilineStrings &&
    [all...]

Completed in 196 milliseconds