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.cpp233 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
DUnwrappedLineFormatter.cpp552 Whitespaces->replaceWhitespace( in formatChildren()
913 Whitespaces->replaceWhitespace(RootToken, Newlines, /*IndentLevel=*/0, in formatFirstToken()
946 Whitespaces->replaceWhitespace(RootToken, Newlines, IndentLevel, Indent, in formatFirstToken()
DContinuationIndenter.cpp335 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()
DWhitespaceManager.cpp50 void WhitespaceManager::replaceWhitespace(FormatToken &Tok, unsigned Newlines, in replaceWhitespace() function in clang::format::WhitespaceManager