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

  /external/clang/lib/Format/
FormatToken.cpp 110 // If the previous token was one of our commas, we are now on the next item.
111 if (Item < Commas.size() && State.NextToken->Previous == Commas[Item]) {
156 Commas.size() < 19)
162 if (Token->is(TT_ArrayInitializerLSquare) && Commas.size() < 19)
179 for (unsigned i = 0, e = Commas.size() + 1; i != e; ++i) {
190 if (i == Commas.size()) {
205 ItemEnd = Commas[i];
224 if (Commas.size() < 5 || HasSeparatingComment)
227 if (Token->NestingLevel != 0 && Token->is(tok::l_brace) && Commas.size() < 19
    [all...]
FormatToken.h 184 /// the number of commas.
530 Commas.push_back(Token);
554 /// \brief The ordered \c FormatTokens making up the commas of this list.
555 SmallVector<const FormatToken *, 8> Commas;
  /external/clang/test/Parser/
cxx0x-decl.cpp 3 // Make sure we know these are legitimate commas and not typos for ';'.
4 namespace Commas {
cxx-decl.cpp 53 // expected-error@-2 {{commas at the end of enumerator lists are a C++11 extension}}
76 // Make sure we know these are legitimate commas and not typos for ';'.
77 namespace Commas {
  /prebuilts/go/darwin-x86/src/encoding/json/
stream.go 356 // Commas and colons are elided.
  /prebuilts/go/linux-x86/src/encoding/json/
stream.go 356 // Commas and colons are elided.
  /external/clang/lib/Parse/
ParseExprCXX.cpp     [all...]

Completed in 227 milliseconds