Home
last modified time | relevance | path

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

/external/clang/lib/Format/
DBreakableToken.h66 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,
DWhitespaceManager.h49 void replaceWhitespace(FormatToken &Tok, unsigned Newlines,
DBreakableToken.cpp231 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
DContinuationIndenter.cpp280 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()
DWhitespaceManager.cpp46 void WhitespaceManager::replaceWhitespace(FormatToken &Tok, unsigned Newlines, in replaceWhitespace() function in clang::format::WhitespaceManager
DFormat.cpp858 Whitespaces->replaceWhitespace(*TheLine.First, Newlines, in format()
1021 Whitespaces->replaceWhitespace(RootToken, Newlines, IndentLevel, Indent, in formatFirstToken()
1241 Whitespaces->replaceWhitespace( in formatChildren()