Home
last modified time | relevance | path

Searched refs:TrailingWhitespace (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DFormatTokenLexer.cpp31 Column(Column), TrailingWhitespace(0), SourceMgr(SourceMgr), ID(ID),
833 FormatTok->Tok.getLocation().getLocWithOffset(-TrailingWhitespace); in getNextToken()
838 unsigned WhitespaceLength = TrailingWhitespace; in getNextToken()
953 TrailingWhitespace = 0; in getNextToken()
958 TrailingWhitespace = UntrimmedText.size() - FormatTok->TokenText.size(); in getNextToken()
1071 TrailingWhitespace = 0; in resetLexer()
H A DFormatTokenLexer.h102 unsigned TrailingWhitespace; variable