HomeSort by relevance Sort by last modified time
    Searched refs:CommaSeparatedList (Results 1 - 4 of 4) sorted by null

  /external/clang/lib/Format/
FormatToken.cpp 59 unsigned CommaSeparatedList::formatAfterToken(LineState &State,
113 unsigned CommaSeparatedList::formatFromToken(LineState &State,
129 void CommaSeparatedList::precomputeFormattingInfos(const FormatToken *Token) {
230 const CommaSeparatedList::ColumnFormat *
231 CommaSeparatedList::getColumnFormat(unsigned RemainingCharacters) const {
FormatToken.h 450 class CommaSeparatedList : public TokenRole {
452 CommaSeparatedList(const FormatStyle &Style)
TokenAnnotator.cpp 341 Left->Role.reset(new CommaSeparatedList(Style));
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
mock_code_generator.cc 51 string CommaSeparatedList(const vector<const FileDescriptor*> all_files) {
223 CommaSeparatedList(all_files),

Completed in 48 milliseconds