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

  /external/clang/test/SemaCXX/
cxx98-compat.cpp 167 void Ellipsis(int n, ...);
169 Ellipsis(1, TrivialButNonPOD()); // expected-warning {{passing object of trivial but non-POD type 'TrivialButNonPOD' through variadic function is incompatible with C++98}}
constant-expression-cxx11.cpp 137 namespace Ellipsis {
139 // Note, values passed through an ellipsis can't actually be used.
    [all...]
  /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/include/clang/AST/
TemplateBase.h 352 /// \param Ellipsis Will be set to the location of the ellipsis.
505 /// \param Ellipsis Will be set to the location of the ellipsis.
509 TemplateArgumentLoc getPackExpansionPattern(SourceLocation &Ellipsis,
  /external/clang/lib/Sema/
TreeTransform.h 218 /// \param EllipsisLoc The location of the ellipsis that identifies the
    [all...]
SemaTemplate.cpp 542 Decl *Sema::ActOnTypeParameter(Scope *S, bool Typename, bool Ellipsis,
571 Typename, Ellipsis);
585 if (DefaultArg && Ellipsis) {
    [all...]
  /prebuilt/common/jython/
jython.jar 
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 120 milliseconds