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