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

/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Format/
H A DBreakableToken.h66 virtual void replaceWhitespace(unsigned LineIndex, unsigned TailOffset,
130 virtual void replaceWhitespace(unsigned LineIndex, unsigned TailOffset, function in class:clang::format::BreakableStringLiteral
149 virtual void replaceWhitespace(unsigned LineIndex, unsigned TailOffset,
181 virtual void replaceWhitespace(unsigned LineIndex, unsigned TailOffset,
H A DWhitespaceManager.h34 /// must be exactly one call to either \c replaceWhitespace or
49 void replaceWhitespace(FormatToken &Tok, unsigned Newlines,
56 /// Needs to be called for every token for which \c replaceWhitespace
H A DBreakableToken.cpp221 void BreakableLineComment::replaceWhitespace(unsigned LineIndex, function in class:clang::format::BreakableLineComment
388 void BreakableBlockComment::replaceWhitespace(unsigned LineIndex, function in class:clang::format::BreakableBlockComment
H A DContinuationIndenter.cpp255 Whitespaces.replaceWhitespace(Current, /*Newlines=*/0, /*IndentLevel=*/0,
425 Whitespaces.replaceWhitespace(Current, Newlines,
821 Token->replaceWhitespace(LineIndex, TailOffset, Split, Whitespaces);
H A DWhitespaceManager.cpp47 void WhitespaceManager::replaceWhitespace(FormatToken &Tok, unsigned Newlines, function in class:clang::format::WhitespaceManager
H A DFormat.cpp580 Whitespaces->replaceWhitespace(*TheLine.First, Newlines,
735 Whitespaces->replaceWhitespace(
971 Whitespaces->replaceWhitespace(

Completed in 52 milliseconds