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

  /external/clang/unittests/Format/
FormatTestSelective.cpp 322 Style.AlignEscapedNewlinesLeft = true;
464 Style.AlignEscapedNewlinesLeft = true;
FormatTest.cpp 299 AllowsMergedIf.AlignEscapedNewlinesLeft = true;
    [all...]
  /external/clang/include/clang/Format/
Format.h 103 bool AlignEscapedNewlinesLeft;
638 AlignEscapedNewlinesLeft == R.AlignEscapedNewlinesLeft &&
    [all...]
  /external/clang/lib/Format/
WhitespaceManager.cpp 443 Style.AlignEscapedNewlinesLeft ? 0 : Style.ColumnLimit;
452 MaxEndOfLine = Style.AlignEscapedNewlinesLeft ? 0 : Style.ColumnLimit;
Format.cpp 249 IO.mapOptional("AlignEscapedNewlinesLeft", Style.AlignEscapedNewlinesLeft);
491 LLVMStyle.AlignEscapedNewlinesLeft = false;
578 GoogleStyle.AlignEscapedNewlinesLeft = true;
    [all...]

Completed in 3401 milliseconds