Home | History | Annotate | Download | only in Format

Lines Matching refs:TrailingWhitespace

1334       : FormatTok(NULL), GreaterStashed(false), TrailingWhitespace(0), Lex(Lex),
1370 FormatTok->Tok.getLocation().getLocWithOffset(-TrailingWhitespace);
1375 unsigned WhitespaceLength = TrailingWhitespace;
1402 TrailingWhitespace = 0;
1406 TrailingWhitespace = UntrimmedText.size() - FormatTok->TokenText.size();
1428 unsigned TrailingWhitespace;