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 231 void BreakableLineComment::replaceWhitespace(unsigned LineIndex,
398 void BreakableBlockComment::replaceWhitespace(unsigned LineIndex,
UnwrappedLineFormatter.cpp 399 Whitespaces->replaceWhitespace(*TheLine.First, Newlines,
522 Whitespaces->replaceWhitespace(RootToken, Newlines, IndentLevel, Indent,
714 Whitespaces->replaceWhitespace(
WhitespaceManager.cpp 48 void WhitespaceManager::replaceWhitespace(FormatToken &Tok, unsigned Newlines,
ContinuationIndenter.cpp 299 Whitespaces.replaceWhitespace(Current, /*Newlines=*/0, /*IndentLevel=*/0,
459 Whitespaces.replaceWhitespace(Current, Newlines,
    [all...]

Completed in 2025 milliseconds