Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Format/
H A DFormatToken.cpp95 unsigned CommaSeparatedList::formatAfterToken(LineState &State, in formatAfterToken()
155 unsigned CommaSeparatedList::formatFromToken(LineState &State, in formatFromToken()
173 void CommaSeparatedList::precomputeFormattingInfos(const FormatToken *Token) { in precomputeFormattingInfos()
319 const CommaSeparatedList::ColumnFormat *
320 CommaSeparatedList::getColumnFormat(unsigned RemainingCharacters) const { in getColumnFormat()
H A DFormatToken.h834 class CommaSeparatedList : public TokenRole {
836 CommaSeparatedList(const FormatStyle &Style) in CommaSeparatedList() function
H A DTokenAnnotator.cpp881 Left->Role.reset(new CommaSeparatedList(Style)); in updateParameterCount()