Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Format/
H A DFormatToken.cpp96 unsigned CommaSeparatedList::formatAfterToken(LineState &State, in formatAfterToken()
156 unsigned CommaSeparatedList::formatFromToken(LineState &State, in formatFromToken()
174 void CommaSeparatedList::precomputeFormattingInfos(const FormatToken *Token) { in precomputeFormattingInfos()
320 const CommaSeparatedList::ColumnFormat *
321 CommaSeparatedList::getColumnFormat(unsigned RemainingCharacters) const { in getColumnFormat()
H A DFormatToken.h867 class CommaSeparatedList : public TokenRole {
869 CommaSeparatedList(const FormatStyle &Style) in CommaSeparatedList() function
H A DTokenAnnotator.cpp903 Left->Role.reset(new CommaSeparatedList(Style)); in updateParameterCount()