Searched refs:CommaSeparatedList (Results 1 – 3 of 3) sorted by relevance
95 unsigned CommaSeparatedList::formatAfterToken(LineState &State, in formatAfterToken()155 unsigned CommaSeparatedList::formatFromToken(LineState &State, in formatFromToken()173 void CommaSeparatedList::precomputeFormattingInfos(const FormatToken *Token) { in precomputeFormattingInfos()319 const CommaSeparatedList::ColumnFormat *320 CommaSeparatedList::getColumnFormat(unsigned RemainingCharacters) const { in getColumnFormat()
834 class CommaSeparatedList : public TokenRole {836 CommaSeparatedList(const FormatStyle &Style) in CommaSeparatedList() function
881 Left->Role.reset(new CommaSeparatedList(Style)); in updateParameterCount()