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 226 bool AlignEscapedNewlinesLeft;
363 AlignEscapedNewlinesLeft == R.AlignEscapedNewlinesLeft &&
  /external/clang/lib/Format/
WhitespaceManager.cpp 231 Style.AlignEscapedNewlinesLeft ? 0 : Style.ColumnLimit;
240 MaxEndOfLine = Style.AlignEscapedNewlinesLeft ? 0 : Style.ColumnLimit;
Format.cpp 164 IO.mapOptional("AlignEscapedNewlinesLeft", Style.AlignEscapedNewlinesLeft);
307 LLVMStyle.AlignEscapedNewlinesLeft = false;
370 GoogleStyle.AlignEscapedNewlinesLeft = true;
    [all...]
  /external/clang/unittests/Format/
FormatTest.cpp     [all...]

Completed in 577 milliseconds