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

  /external/clang/test/SemaCXX/
cxx98-compat.cpp 204 void Ellipsis(int n, ...);
206 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 374 case tok::ellipsis:
418 case tok::ellipsis:
471 // Grab the ellipsis (if given).
472 bool Ellipsis = false;
474 if (Tok.is(tok::ellipsis)) {
475 Ellipsis = true;
510 return Actions.ActOnTypeParameter(getCurScope(), TypenameKeyword, Ellipsis,
548 Next.is(tok::ellipsis))
560 // Parse the ellipsis, if given.
562 if (Tok.is(tok::ellipsis)) {
    [all...]
ParseDeclCXX.cpp     [all...]
  /external/clang/include/clang/AST/
TemplateBase.h 501 /// \param Ellipsis Will be set to the location of the ellipsis.
505 TemplateArgumentLoc getPackExpansionPattern(SourceLocation &Ellipsis,
  /external/clang/lib/Sema/
TreeTransform.h 218 /// \param EllipsisLoc The location of the ellipsis that identifies the
    [all...]
SemaTemplate.cpp 545 Decl *Sema::ActOnTypeParameter(Scope *S, bool Typename, bool Ellipsis,
574 Typename, Ellipsis);
588 if (DefaultArg && Ellipsis) {
    [all...]
  /prebuilts/devtools/tools/lib/
jython-2.5.3.jar 
  /prebuilts/misc/common/jython/
jython.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/
jython-2.5.3.jar 
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 148 milliseconds