HomeSort by relevance Sort by last modified time
    Searched refs:isParameterPack (Results 1 - 25 of 27) sorted by null

1 2

  /external/clang/lib/Sema/
SemaTemplateVariadic.cpp 54 if (TL.getTypePtr()->isParameterPack())
65 if (T->isParameterPack())
74 if (E->getDecl()->isParameterPack())
85 if (TTP->isParameterPack())
187 if (VD->isParameterPack())
772 return ND && ND->isParameterPack();
829 if (!ParameterPack || !ParameterPack->isParameterPack()) {
    [all...]
SemaTemplateInstantiate.cpp     [all...]
SemaLambda.cpp     [all...]
SemaTemplate.cpp 563 bool IsParameterPack = EllipsisLoc.isValid();
567 Typename, IsParameterPack);
583 if (DefaultArg && IsParameterPack) {
687 bool IsParameterPack = D.hasEllipsis();
693 IsParameterPack, TInfo);
711 if (Default && IsParameterPack) {
753 bool IsParameterPack = EllipsisLoc.isValid();
757 Depth, Position, IsParameterPack,
779 if (IsParameterPack && !Default.isInvalid()) {
    [all...]
SemaTemplateInstantiateDecl.cpp     [all...]
SemaTemplateDeduction.cpp     [all...]
  /external/clang/lib/AST/
TemplateName.cpp 115 return TTP->isParameterPack();
DeclBase.cpp 145 return TTP->isParameterPack();
148 return NTTP->isParameterPack();
151 return TTP->isParameterPack();
155 bool Decl::isParameterPack() const {
157 return Parm->isParameterPack();
    [all...]
DeclTemplate.cpp 187 if (TTP->isParameterPack())
198 if (NTTP->isParameterPack())
204 if (TTP->isParameterPack())
506 bool TemplateTypeParmDecl::isParameterPack() const {
507 return getTypeForDecl()->getAs<TemplateTypeParmType>()->isParameterPack();
    [all...]
ASTImporter.cpp 664 if (Parm1->isParameterPack() != Parm2->isParameterPack())
    [all...]
DeclPrinter.cpp 832 if (TTP->isParameterPack())
848 if (NTTP->isParameterPack() && !isa<PackExpansionType>(NTTP->getType()))
880 if (TTP->isParameterPack())
    [all...]
StmtProfile.cpp     [all...]
ASTDiagnostic.cpp     [all...]
ASTContext.cpp 551 ID.AddBoolean(Parm->isParameterPack());
560 ID.AddBoolean(TTP->isParameterPack());
566 ID.AddBoolean(NTTP->isParameterPack());
612 TTP->isParameterPack()));
644 NTTP->isParameterPack(),
658 TTP->isParameterPack(),
    [all...]
DeclCXX.cpp     [all...]
Decl.cpp     [all...]
Expr.cpp 336 if (getDecl()->isParameterPack())
    [all...]
  /external/clang/lib/Index/
USRGeneration.cpp 688 if (cast<TemplateTypeParmDecl>(*P)->isParameterPack())
695 if (NTTP->isParameterPack())
703 if (TTP->isParameterPack())
  /external/clang/include/clang/AST/
DeclTemplate.h     [all...]
CanonicalType.h 624 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isParameterPack)
DeclBase.h 838 bool isParameterPack() const;
    [all...]
Type.h     [all...]
Decl.h     [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp     [all...]
ASTWriterDecl.cpp     [all...]

Completed in 7812 milliseconds

1 2