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() 909 Whitespaces->replaceWhitespace(RootToken, Newlines, /*IndentLevel=*/0, in formatFirstToken() 942 Whitespaces->replaceWhitespace(RootToken, Newlines, IndentLevel, Indent, in formatFirstToken()
|
D | ContinuationIndenter.cpp | 314 Whitespaces.replaceWhitespace(Current, /*Newlines=*/0, /*IndentLevel=*/0, in addTokenOnCurrentLine() 504 Whitespaces.replaceWhitespace(Current, Newlines, in addTokenOnNewLine() 1131 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
|