Searched refs:ExpandedTypes (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | DeclTemplate.cpp | 719 ArrayRef<QualType> ExpandedTypes, ArrayRef<TypeSourceInfo *> ExpandedTInfos) in NonTypeTemplateParmDecl() argument 722 ExpandedParameterPack(true), NumExpandedTypes(ExpandedTypes.size()) { in NonTypeTemplateParmDecl() 723 if (!ExpandedTypes.empty() && !ExpandedTInfos.empty()) { in NonTypeTemplateParmDecl() 727 new (&TypesAndInfos[I].first) QualType(ExpandedTypes[I]); in NonTypeTemplateParmDecl() 752 QualType T, TypeSourceInfo *TInfo, ArrayRef<QualType> ExpandedTypes, in Create() argument 758 ExpandedTypes.size(), AT && AT->isConstrained() ? 1 : 0)) in Create() 760 ExpandedTypes, ExpandedTInfos); in Create()
|
| H A D | ASTContext.cpp | 766 SmallVector<QualType, 2> ExpandedTypes; in getCanonicalTemplateTemplateParmDecl() local 769 ExpandedTypes.push_back(getCanonicalType(NTTP->getExpansionType(I))); in getCanonicalTemplateTemplateParmDecl() 771 getTrivialTypeSourceInfo(ExpandedTypes.back())); in getCanonicalTemplateTemplateParmDecl() 781 ExpandedTypes, in getCanonicalTemplateTemplateParmDecl()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | DeclTemplate.h | 1420 ArrayRef<QualType> ExpandedTypes, 1432 QualType T, TypeSourceInfo *TInfo, ArrayRef<QualType> ExpandedTypes,
|