Searched refs:replaceWhitespace (Results 1 – 6 of 6) sorted by relevance
/external/clang/lib/Format/ |
D | BreakableToken.h | 66 virtual void replaceWhitespace(unsigned LineIndex, unsigned TailOffset, 129 void replaceWhitespace(unsigned LineIndex, unsigned TailOffset, Split Split, in replaceWhitespace() function 147 void replaceWhitespace(unsigned LineIndex, unsigned TailOffset, Split Split, 177 void replaceWhitespace(unsigned LineIndex, unsigned TailOffset, Split Split,
|
D | WhitespaceManager.h | 49 void replaceWhitespace(FormatToken &Tok, unsigned Newlines,
|
D | BreakableToken.cpp | 233 void BreakableLineComment::replaceWhitespace(unsigned LineIndex, in replaceWhitespace() function in clang::format::BreakableLineComment 405 void BreakableBlockComment::replaceWhitespace(unsigned LineIndex, in replaceWhitespace() function in clang::format::BreakableBlockComment
|
D | UnwrappedLineFormatter.cpp | 552 Whitespaces->replaceWhitespace( in formatChildren() 913 Whitespaces->replaceWhitespace(RootToken, Newlines, /*IndentLevel=*/0, in formatFirstToken() 946 Whitespaces->replaceWhitespace(RootToken, Newlines, IndentLevel, Indent, in formatFirstToken()
|
D | ContinuationIndenter.cpp | 335 Whitespaces.replaceWhitespace(Current, /*Newlines=*/0, /*IndentLevel=*/0, in addTokenOnCurrentLine() 540 Whitespaces.replaceWhitespace(Current, Newlines, in addTokenOnNewLine() 1186 Token->replaceWhitespace(LineIndex, TailOffset, Split, Whitespaces); in breakProtrudingToken()
|
D | WhitespaceManager.cpp | 50 void WhitespaceManager::replaceWhitespace(FormatToken &Tok, unsigned Newlines, in replaceWhitespace() function in clang::format::WhitespaceManager
|