Home
last modified time | relevance | path

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

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