HomeSort by relevance Sort by last modified time
    Searched defs:Ellipsis (Results 1 - 5 of 5) sorted by null

  /external/clang/lib/Parse/
ParseTemplate.cpp 379 case tok::ellipsis:
423 case tok::ellipsis:
476 // Grab the ellipsis (if given).
477 bool Ellipsis = false;
479 if (Tok.is(tok::ellipsis)) {
480 Ellipsis = true;
515 return Actions.ActOnTypeParameter(getCurScope(), TypenameKeyword, Ellipsis,
553 Next.is(tok::ellipsis))
565 // Parse the ellipsis, if given.
567 if (Tok.is(tok::ellipsis)) {
    [all...]
ParseDeclCXX.cpp     [all...]
  /external/clang/test/SemaCXX/
constant-expression-cxx11.cpp 137 namespace Ellipsis {
139 // Note, values passed through an ellipsis can't actually be used.
    [all...]
  /external/clang/lib/Sema/
TreeTransform.h 218 /// \param EllipsisLoc The location of the ellipsis that identifies the
    [all...]
  /prebuilt/common/jython/
jython.jar 

Completed in 1081 milliseconds