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 389 case tok::ellipsis:
433 case tok::ellipsis:
486 // Grab the ellipsis (if given).
487 bool Ellipsis = false;
489 if (Tok.is(tok::ellipsis)) {
490 Ellipsis = true;
525 return Actions.ActOnTypeParameter(getCurScope(), TypenameKeyword, Ellipsis,
563 Next.is(tok::ellipsis))
575 // Parse the ellipsis, if given.
577 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...]
  /prebuilts/misc/common/jython/
jython.jar 

Completed in 418 milliseconds