Searched refs:replaceWhitespace (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Format/ |
| H A D | WhitespaceManager.h | 57 void replaceWhitespace(FormatToken &Tok, unsigned Newlines, unsigned Spaces,
|
| H A D | DefinitionBlockSeparator.cpp | 102 Whitespaces.replaceWhitespace(*TargetToken, NewlineToInsert, in separateBlocks()
|
| H A D | UnwrappedLineFormatter.cpp | 1032 Whitespaces->replaceWhitespace( in formatChildren() 1423 Whitespaces->replaceWhitespace(RootToken, Newlines, TokenIndent, in formatFirstToken() 1518 Whitespaces->replaceWhitespace(RootToken, Newlines, Indent, Indent, in formatFirstToken()
|
| H A D | BreakableToken.cpp | 948 Whitespaces.replaceWhitespace( in reflow() 1015 Whitespaces.replaceWhitespace(*Tokens[LineIndex], in adaptStartOfLine()
|
| H A D | ContinuationIndenter.cpp | 688 Whitespaces.replaceWhitespace(Current, /*Newlines=*/0, Spaces, in addTokenOnCurrentLine() 991 Whitespaces.replaceWhitespace(Current, Newlines, State.Column, State.Column, in addTokenOnNewLine()
|
| H A D | WhitespaceManager.cpp | 48 void WhitespaceManager::replaceWhitespace(FormatToken &Tok, unsigned Newlines, in replaceWhitespace() function in clang::format::WhitespaceManager
|