HomeSort by: relevance | last modified time | path
    Searched refs:replaceWhitespace (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Format/
WhitespaceManager.h 34 /// must be exactly one call to either \c replaceWhitespace or
52 void replaceWhitespace(FormatToken &Tok, unsigned Newlines, unsigned Spaces,
58 /// Needs to be called for every token for which \c replaceWhitespace
BreakableToken.cpp 922 Whitespaces.replaceWhitespace(
989 Whitespaces.replaceWhitespace(*Tokens[LineIndex],
UnwrappedLineFormatter.cpp 856 Whitespaces->replaceWhitespace(
1237 Whitespaces->replaceWhitespace(RootToken, Newlines, TokenIndent,
1325 Whitespaces->replaceWhitespace(RootToken, Newlines, Indent, Indent,
WhitespaceManager.cpp 46 void WhitespaceManager::replaceWhitespace(FormatToken &Tok, unsigned Newlines,
ContinuationIndenter.cpp 595 // column value passed to replaceWhitespace().
601 Whitespaces.replaceWhitespace(Current, /*Newlines=*/0, Spaces,
888 Whitespaces.replaceWhitespace(Current, Newlines, State.Column, State.Column,

Completed in 17 milliseconds