Searched refs:CommaSeparatedList (Results 1 – 3 of 3) sorted by relevance
96 unsigned CommaSeparatedList::formatAfterToken(LineState &State, in formatAfterToken()156 unsigned CommaSeparatedList::formatFromToken(LineState &State, in formatFromToken()174 void CommaSeparatedList::precomputeFormattingInfos(const FormatToken *Token) { in precomputeFormattingInfos()320 const CommaSeparatedList::ColumnFormat *321 CommaSeparatedList::getColumnFormat(unsigned RemainingCharacters) const { in getColumnFormat()
867 class CommaSeparatedList : public TokenRole {869 CommaSeparatedList(const FormatStyle &Style) in CommaSeparatedList() function
903 Left->Role.reset(new CommaSeparatedList(Style)); in updateParameterCount()