Searched refs:CommaSeparatedList (Results 1 – 3 of 3) sorted by relevance
76 unsigned CommaSeparatedList::formatAfterToken(LineState &State, in formatAfterToken()135 unsigned CommaSeparatedList::formatFromToken(LineState &State, in formatFromToken()153 void CommaSeparatedList::precomputeFormattingInfos(const FormatToken *Token) { in precomputeFormattingInfos()291 const CommaSeparatedList::ColumnFormat *292 CommaSeparatedList::getColumnFormat(unsigned RemainingCharacters) const { in getColumnFormat()
771 class CommaSeparatedList : public TokenRole {773 CommaSeparatedList(const FormatStyle &Style) in CommaSeparatedList() function
795 Left->Role.reset(new CommaSeparatedList(Style)); in updateParameterCount()