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

  /external/clang/include/clang/Format/
Format.h 252 bool AlignEscapedNewlinesLeft;
415 AlignEscapedNewlinesLeft == R.AlignEscapedNewlinesLeft &&
  /external/clang/lib/Format/
WhitespaceManager.cpp 235 Style.AlignEscapedNewlinesLeft ? 0 : Style.ColumnLimit;
244 MaxEndOfLine = Style.AlignEscapedNewlinesLeft ? 0 : Style.ColumnLimit;
Format.cpp 174 IO.mapOptional("AlignEscapedNewlinesLeft", Style.AlignEscapedNewlinesLeft);
328 LLVMStyle.AlignEscapedNewlinesLeft = false;
399 GoogleStyle.AlignEscapedNewlinesLeft = true;
    [all...]
  /external/clang/unittests/Format/
FormatTest.cpp     [all...]

Completed in 46 milliseconds