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 | 231 void BreakableLineComment::replaceWhitespace(unsigned LineIndex, in replaceWhitespace() function in clang::format::BreakableLineComment 397 void BreakableBlockComment::replaceWhitespace(unsigned LineIndex, in replaceWhitespace() function in clang::format::BreakableBlockComment
|
D | ContinuationIndenter.cpp | 280 Whitespaces.replaceWhitespace(Current, /*Newlines=*/0, /*IndentLevel=*/0, in addTokenOnCurrentLine() 421 Whitespaces.replaceWhitespace(Current, Newlines, in addTokenOnNewLine() 1044 Token->replaceWhitespace(LineIndex, TailOffset, Split, Whitespaces); in breakProtrudingToken()
|
D | WhitespaceManager.cpp | 46 void WhitespaceManager::replaceWhitespace(FormatToken &Tok, unsigned Newlines, in replaceWhitespace() function in clang::format::WhitespaceManager
|
D | Format.cpp | 858 Whitespaces->replaceWhitespace(*TheLine.First, Newlines, in format() 1021 Whitespaces->replaceWhitespace(RootToken, Newlines, IndentLevel, Indent, in formatFirstToken() 1241 Whitespaces->replaceWhitespace( in formatChildren()
|