HomeSort by relevance Sort by last modified time
    Searched defs:ExtraSpaces (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Format/
FormatToken.cpp 91 unsigned ExtraSpaces = 0;
96 ExtraSpaces += Format->ColumnSizes[Column] - ItemLengths[Item];
108 Penalty += Indenter->addTokenToState(State, NewLine, DryRun, ExtraSpaces);
  /external/clang/unittests/Format/
FormatTest.cpp     [all...]

Completed in 56 milliseconds