Lines Matching full:spaces
50 /// this replacement. It is needed for determining how \p Spaces is turned
51 /// into tabs and spaces for some format styles.
52 void replaceWhitespace(FormatToken &Tok, unsigned Newlines, unsigned Spaces,
66 /// Inserts \p PreviousPostfix, \p Newlines, \p Spaces and \p CurrentPrefix
70 /// Note: \p Spaces can be negative to retain information about initial
73 /// alignment here. In all other cases negative \p Spaces will be truncated to
76 /// When \p InPPDirective is true, escaped newlines are inserted. \p Spaces is
82 unsigned Newlines, int Spaces);
104 /// \p PreviousLinePostfix, \p NewlinesBefore line breaks, \p Spaces spaces
110 SourceRange OriginalWhitespaceRange, int Spaces,
132 // The number of spaces in front of the token or broken part of the token.
137 int Spaces; member
292 // If we broke the line the initial spaces are already in getNetWidth()
357 unsigned Spaces, unsigned WhitespaceStartColumn,
359 unsigned appendTabIndent(std::string &Text, unsigned Spaces,