Searched refs:CommaSeparatedList (Results 1 – 3 of 3) sorted by relevance
75 unsigned CommaSeparatedList::formatAfterToken(LineState &State, in formatAfterToken()134 unsigned CommaSeparatedList::formatFromToken(LineState &State, in formatFromToken()152 void CommaSeparatedList::precomputeFormattingInfos(const FormatToken *Token) { in precomputeFormattingInfos()290 const CommaSeparatedList::ColumnFormat *291 CommaSeparatedList::getColumnFormat(unsigned RemainingCharacters) const { in getColumnFormat()
608 class CommaSeparatedList : public TokenRole {610 CommaSeparatedList(const FormatStyle &Style) in CommaSeparatedList() function
638 Left->Role.reset(new CommaSeparatedList(Style)); in updateParameterCount()