Searched refs:ExpandedTypes (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | DeclTemplate.cpp | 701 ArrayRef<QualType> ExpandedTypes, ArrayRef<TypeSourceInfo *> ExpandedTInfos) in NonTypeTemplateParmDecl() argument 704 ExpandedParameterPack(true), NumExpandedTypes(ExpandedTypes.size()) { in NonTypeTemplateParmDecl() 705 if (!ExpandedTypes.empty() && !ExpandedTInfos.empty()) { in NonTypeTemplateParmDecl() 709 new (&TypesAndInfos[I].first) QualType(ExpandedTypes[I]); in NonTypeTemplateParmDecl() 734 QualType T, TypeSourceInfo *TInfo, ArrayRef<QualType> ExpandedTypes, in Create() argument 740 ExpandedTypes.size(), AT && AT->isConstrained() ? 1 : 0)) in Create() 742 ExpandedTypes, ExpandedTInfos); in Create()
|
| H A D | ASTContext.cpp | 815 SmallVector<QualType, 2> ExpandedTypes; in getCanonicalTemplateTemplateParmDecl() local 818 ExpandedTypes.push_back(getCanonicalType(NTTP->getExpansionType(I))); in getCanonicalTemplateTemplateParmDecl() 820 getTrivialTypeSourceInfo(ExpandedTypes.back())); in getCanonicalTemplateTemplateParmDecl() 830 ExpandedTypes, in getCanonicalTemplateTemplateParmDecl()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | DeclTemplate.h | 1424 ArrayRef<QualType> ExpandedTypes, 1436 QualType T, TypeSourceInfo *TInfo, ArrayRef<QualType> ExpandedTypes,
|