Searched refs:replaceWhitespace (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/ |
H A D | WhitespaceManager.h | 52 void replaceWhitespace(FormatToken &Tok, unsigned Newlines, unsigned Spaces,
|
H A D | UnwrappedLineFormatter.cpp | 856 Whitespaces->replaceWhitespace( in formatChildren() 1237 Whitespaces->replaceWhitespace(RootToken, Newlines, TokenIndent, in formatFirstToken() 1325 Whitespaces->replaceWhitespace(RootToken, Newlines, Indent, Indent, in formatFirstToken()
|
H A D | BreakableToken.cpp | 922 Whitespaces.replaceWhitespace( in reflow() 989 Whitespaces.replaceWhitespace(*Tokens[LineIndex], in adaptStartOfLine()
|
H A D | WhitespaceManager.cpp | 46 void WhitespaceManager::replaceWhitespace(FormatToken &Tok, unsigned Newlines, in replaceWhitespace() function in clang::format::WhitespaceManager
|
H A D | ContinuationIndenter.cpp | 601 Whitespaces.replaceWhitespace(Current, /*Newlines=*/0, Spaces, in addTokenOnCurrentLine() 888 Whitespaces.replaceWhitespace(Current, Newlines, State.Column, State.Column, in addTokenOnNewLine()
|