Home
last modified time | relevance | path

Searched refs:CommaSeparatedList (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormatToken.cpp88 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()
H A DFormatToken.h970 class CommaSeparatedList : public TokenRole {
972 CommaSeparatedList(const FormatStyle &Style) in CommaSeparatedList() function
H A DTokenAnnotator.cpp1255 Left->Role.reset(new CommaSeparatedList(Style)); in updateParameterCount()