Searched refs:ParameterPack (Results 1 - 7 of 7) sorted by relevance

/external/clang/lib/Sema/
H A DSemaTemplateVariadic.cpp840 NamedDecl *ParameterPack = nullptr; local
843 ParameterPack = R.getFoundDecl();
855 ParameterPack = Corrected.getCorrectionDecl();
867 if (!ParameterPack || !ParameterPack->isParameterPack()) {
873 MarkAnyDeclReferenced(OpLoc, ParameterPack, true);
875 return SizeOfPackExpr::Create(Context, OpLoc, ParameterPack, NameLoc,
/external/clang/lib/AST/
H A DDeclTemplate.cpp476 bool Typename, bool ParameterPack) {
479 QualType TTPType = C.getTemplateTypeParmType(D, P, ParameterPack, TTPDecl);
525 TemplateParmPosition(D, P), ParameterPack(true),
541 QualType T, bool ParameterPack,
544 T, ParameterPack, TInfo);
603 TemplateParmPosition(D, P), ParameterPack(true),
613 bool ParameterPack, IdentifierInfo *Id,
615 return new (C, DC) TemplateTemplateParmDecl(DC, L, D, P, ParameterPack, Id,
1158 /*Id=*/nullptr, /*Typename=*/true, /*ParameterPack=*/false);
1166 /*Id=*/nullptr, TI->getType(), /*ParameterPack
473 Create(const ASTContext &C, DeclContext *DC, SourceLocation KeyLoc, SourceLocation NameLoc, unsigned D, unsigned P, IdentifierInfo *Id, bool Typename, bool ParameterPack) argument
538 Create(const ASTContext &C, DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, unsigned D, unsigned P, IdentifierInfo *Id, QualType T, bool ParameterPack, TypeSourceInfo *TInfo) argument
611 Create(const ASTContext &C, DeclContext *DC, SourceLocation L, unsigned D, unsigned P, bool ParameterPack, IdentifierInfo *Id, TemplateParameterList *Params) argument
[all...]
H A DASTContext.cpp3340 bool ParameterPack,
3343 TemplateTypeParmType::Profile(ID, Depth, Index, ParameterPack, TTPDecl);
3352 QualType Canon = getTemplateTypeParmType(Depth, Index, ParameterPack);
3361 TemplateTypeParmType(Depth, Index, ParameterPack);
3339 getTemplateTypeParmType(unsigned Depth, unsigned Index, bool ParameterPack, TemplateTypeParmDecl *TTPDecl) const argument
/external/clang/include/clang/AST/
H A DDeclTemplate.h1064 bool ParameterPack);
1154 bool ParameterPack; member in class:clang::final
1172 bool ParameterPack, TypeSourceInfo *TInfo)
1174 TemplateParmPosition(D, P), ParameterPack(ParameterPack),
1192 QualType T, bool ParameterPack, TypeSourceInfo *TInfo);
1253 bool isParameterPack() const { return ParameterPack; }
1261 return ParameterPack && getType()->getAs<PackExpansionType>();
1340 bool ParameterPack;
1351 unsigned D, unsigned P, bool ParameterPack,
1169 NonTypeTemplateParmDecl(DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, unsigned D, unsigned P, IdentifierInfo *Id, QualType T, bool ParameterPack, TypeSourceInfo *TInfo) argument
[all...]
H A DType.h3910 unsigned ParameterPack : 1; member in struct:clang::FunctionType::ExtInfo::FunctionProtoType::TemplateTypeParmType::CanonicalTTPTInfo
3937 CanTTPTInfo.ParameterPack = PP;
3950 bool isParameterPack() const { return getCanTTPTInfo().ParameterPack; }
3966 unsigned Index, bool ParameterPack,
3970 ID.AddBoolean(ParameterPack);
3965 Profile(llvm::FoldingSetNodeID &ID, unsigned Depth, unsigned Index, bool ParameterPack, TemplateTypeParmDecl *TTPDecl) argument
H A DASTContext.h1236 bool ParameterPack,
/external/clang/lib/Serialization/
H A DASTReaderDecl.cpp2189 D->ParameterPack = Record[Idx++];
2208 D->ParameterPack = Record[Idx++];

Completed in 711 milliseconds