Home
last modified time | relevance | path

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

/external/clang/lib/Format/
DFormatToken.cpp75 unsigned CommaSeparatedList::formatAfterToken(LineState &State, in formatAfterToken()
130 unsigned CommaSeparatedList::formatFromToken(LineState &State, in formatFromToken()
146 void CommaSeparatedList::precomputeFormattingInfos(const FormatToken *Token) { in precomputeFormattingInfos()
284 const CommaSeparatedList::ColumnFormat *
285 CommaSeparatedList::getColumnFormat(unsigned RemainingCharacters) const { in getColumnFormat()
DFormatToken.h515 class CommaSeparatedList : public TokenRole {
517 CommaSeparatedList(const FormatStyle &Style) in CommaSeparatedList() function
DTokenAnnotator.cpp447 Left->Role.reset(new CommaSeparatedList(Style)); in updateParameterCount()
/external/llvm-project/clang/lib/Format/
DFormatToken.cpp76 unsigned CommaSeparatedList::formatAfterToken(LineState &State, in formatAfterToken()
135 unsigned CommaSeparatedList::formatFromToken(LineState &State, in formatFromToken()
153 void CommaSeparatedList::precomputeFormattingInfos(const FormatToken *Token) { in precomputeFormattingInfos()
291 const CommaSeparatedList::ColumnFormat *
292 CommaSeparatedList::getColumnFormat(unsigned RemainingCharacters) const { in getColumnFormat()
DFormatToken.h772 class CommaSeparatedList : public TokenRole {
774 CommaSeparatedList(const FormatStyle &Style) in CommaSeparatedList() function
DTokenAnnotator.cpp788 Left->Role.reset(new CommaSeparatedList(Style)); in updateParameterCount()
/external/protobuf/src/google/protobuf/compiler/
Dmock_code_generator.cc70 std::string CommaSeparatedList( in CommaSeparatedList() function
313 generator_name, parameter, file->name(), CommaSeparatedList(all_files), in GetOutputFileContent()