Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DFormatToken.cpp75 unsigned CommaSeparatedList::formatAfterToken(LineState &State, in formatAfterToken()
134 unsigned CommaSeparatedList::formatFromToken(LineState &State, in formatFromToken()
152 void CommaSeparatedList::precomputeFormattingInfos(const FormatToken *Token) { in precomputeFormattingInfos()
290 const CommaSeparatedList::ColumnFormat *
291 CommaSeparatedList::getColumnFormat(unsigned RemainingCharacters) const { in getColumnFormat()
H A DFormatToken.h608 class CommaSeparatedList : public TokenRole {
610 CommaSeparatedList(const FormatStyle &Style) in CommaSeparatedList() function
H A DTokenAnnotator.cpp638 Left->Role.reset(new CommaSeparatedList(Style)); in updateParameterCount()