Searched refs:CommaSeparatedList (Results 1 – 3 of 3) sorted by relevance
110 unsigned CommaSeparatedList::formatAfterToken(LineState &State, in formatAfterToken()170 unsigned CommaSeparatedList::formatFromToken(LineState &State, in formatFromToken()188 void CommaSeparatedList::precomputeFormattingInfos(const FormatToken *Token) { in precomputeFormattingInfos()334 const CommaSeparatedList::ColumnFormat *335 CommaSeparatedList::getColumnFormat(unsigned RemainingCharacters) const { in getColumnFormat()
920 class CommaSeparatedList : public TokenRole {922 CommaSeparatedList(const FormatStyle &Style) in CommaSeparatedList() function
943 Left->Role.reset(new CommaSeparatedList(Style)); in updateParameterCount()