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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Format/
H A DFormatToken.cpp75 unsigned CommaSeparatedList::formatAfterToken(LineState &State,
134 unsigned CommaSeparatedList::formatFromToken(LineState &State,
152 void CommaSeparatedList::precomputeFormattingInfos(const FormatToken *Token) {
290 const CommaSeparatedList::ColumnFormat *
291 CommaSeparatedList::getColumnFormat(unsigned RemainingCharacters) const {
H A DFormatToken.h644 class CommaSeparatedList : public TokenRole { class in namespace:clang::format
646 CommaSeparatedList(const FormatStyle &Style) function in class:clang::format::CommaSeparatedList
H A DTokenAnnotator.cpp772 Left->Role.reset(new CommaSeparatedList(Style));

Completed in 165 milliseconds