HomeSort by relevance Sort by last modified time
    Searched refs:replaceWhitespace (Results 1 - 6 of 6) sorted by null

  /external/clang/lib/Format/
BreakableToken.h 66 virtual void replaceWhitespace(unsigned LineIndex, unsigned TailOffset,
129 void replaceWhitespace(unsigned LineIndex, unsigned TailOffset, Split Split,
147 void replaceWhitespace(unsigned LineIndex, unsigned TailOffset, Split Split,
177 void replaceWhitespace(unsigned LineIndex, unsigned TailOffset, Split Split,
WhitespaceManager.h 34 /// 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
BreakableToken.cpp 233 void BreakableLineComment::replaceWhitespace(unsigned LineIndex,
405 void BreakableBlockComment::replaceWhitespace(unsigned LineIndex,
UnwrappedLineFormatter.cpp 552 Whitespaces->replaceWhitespace(
    [all...]
ContinuationIndenter.cpp 335 Whitespaces.replaceWhitespace(Current, /*Newlines=*/0, /*IndentLevel=*/0,
540 Whitespaces.replaceWhitespace(Current, Newlines,
    [all...]
WhitespaceManager.cpp 50 void WhitespaceManager::replaceWhitespace(FormatToken &Tok, unsigned Newlines,

Completed in 305 milliseconds