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.cpp87 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()
H A DFormatToken.h972 class CommaSeparatedList : public TokenRole {
974 CommaSeparatedList(const FormatStyle &Style) in CommaSeparatedList() function
H A DTokenAnnotator.cpp1245 Left->Role.reset(new CommaSeparatedList(Style)); in updateParameterCount()