Searched refs:CommaSeparatedList (Results 1 – 3 of 3) sorted by relevance
87 unsigned CommaSeparatedList::formatAfterToken(LineState &State, in formatAfterToken()147 unsigned CommaSeparatedList::formatFromToken(LineState &State, in formatFromToken()165 void CommaSeparatedList::precomputeFormattingInfos(const FormatToken *Token) { in precomputeFormattingInfos()311 const CommaSeparatedList::ColumnFormat *312 CommaSeparatedList::getColumnFormat(unsigned RemainingCharacters) const { in getColumnFormat()
972 class CommaSeparatedList : public TokenRole {974 CommaSeparatedList(const FormatStyle &Style) in CommaSeparatedList() function
1245 Left->Role.reset(new CommaSeparatedList(Style)); in updateParameterCount()