Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DWhitespaceManager.h50 void replaceWhitespace(FormatToken &Tok, unsigned Newlines, unsigned Spaces,
H A DUnwrappedLineFormatter.cpp763 Whitespaces->replaceWhitespace( in formatChildren()
1144 Whitespaces->replaceWhitespace(RootToken, Newlines, TokenIndent, in formatFirstToken()
1189 Whitespaces->replaceWhitespace(RootToken, Newlines, Indent, Indent, in formatFirstToken()
H A DBreakableToken.cpp853 Whitespaces.replaceWhitespace( in reflow()
922 Whitespaces.replaceWhitespace(*Tokens[LineIndex], in adaptStartOfLine()
H A DWhitespaceManager.cpp46 void WhitespaceManager::replaceWhitespace(FormatToken &Tok, unsigned Newlines, in replaceWhitespace() function in clang::format::WhitespaceManager
H A DContinuationIndenter.cpp580 Whitespaces.replaceWhitespace(Current, /*Newlines=*/0, Spaces, in addTokenOnCurrentLine()
843 Whitespaces.replaceWhitespace(Current, Newlines, State.Column, State.Column, in addTokenOnNewLine()