Home
last modified time | relevance | path

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

/external/clang/lib/Format/
DFormatToken.cpp59 unsigned CommaSeparatedList::formatAfterToken(LineState &State, in formatAfterToken()
114 unsigned CommaSeparatedList::formatFromToken(LineState &State, in formatFromToken()
130 void CommaSeparatedList::precomputeFormattingInfos(const FormatToken *Token) { in precomputeFormattingInfos()
245 const CommaSeparatedList::ColumnFormat *
246 CommaSeparatedList::getColumnFormat(unsigned RemainingCharacters) const { in getColumnFormat()
DFormatToken.h469 class CommaSeparatedList : public TokenRole {
471 CommaSeparatedList(const FormatStyle &Style) in CommaSeparatedList() function
DTokenAnnotator.cpp374 Left->Role.reset(new CommaSeparatedList(Style)); in updateParameterCount()
/external/protobuf/src/google/protobuf/compiler/
Dmock_code_generator.cc53 string CommaSeparatedList(const vector<const FileDescriptor*> all_files) { in CommaSeparatedList() function
222 CommaSeparatedList(all_files), in GetOutputFileContent()