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

  /external/clang/lib/Format/
WhitespaceManager.h 34 /// must be exactly one call to either \c replaceWhitespace or
45 void replaceWhitespace(const FormatToken &Tok, unsigned Newlines,
51 /// Needs to be called for every token for which \c replaceWhitespace
WhitespaceManager.cpp 41 void WhitespaceManager::replaceWhitespace(const FormatToken &Tok,
Format.cpp 671 Whitespaces.replaceWhitespace(Current, NewLines, State.Column,
732 Whitespaces.replaceWhitespace(Current, 0, Spaces,
    [all...]

Completed in 125 milliseconds