Home
last modified time | relevance | path

Searched refs:replaceWhitespace (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/clang/lib/Format/
H A DWhitespaceManager.h57 void replaceWhitespace(FormatToken &Tok, unsigned Newlines, unsigned Spaces,
H A DDefinitionBlockSeparator.cpp102 Whitespaces.replaceWhitespace(*TargetToken, NewlineToInsert, in separateBlocks()
H A DUnwrappedLineFormatter.cpp1010 Whitespaces->replaceWhitespace( in formatChildren()
1401 Whitespaces->replaceWhitespace(RootToken, Newlines, TokenIndent, in formatFirstToken()
1496 Whitespaces->replaceWhitespace(RootToken, Newlines, Indent, Indent, in formatFirstToken()
H A DBreakableToken.cpp948 Whitespaces.replaceWhitespace( in reflow()
1015 Whitespaces.replaceWhitespace(*Tokens[LineIndex], in adaptStartOfLine()
H A DContinuationIndenter.cpp673 Whitespaces.replaceWhitespace(Current, /*Newlines=*/0, Spaces, in addTokenOnCurrentLine()
975 Whitespaces.replaceWhitespace(Current, Newlines, State.Column, State.Column, in addTokenOnNewLine()
H A DWhitespaceManager.cpp48 void WhitespaceManager::replaceWhitespace(FormatToken &Tok, unsigned Newlines, in replaceWhitespace() function in clang::format::WhitespaceManager