Home
last modified time | relevance | path

Searched refs:ExpandedTInfos (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDeclTemplate.cpp719 ArrayRef<QualType> ExpandedTypes, ArrayRef<TypeSourceInfo *> ExpandedTInfos) in NonTypeTemplateParmDecl() argument
723 if (!ExpandedTypes.empty() && !ExpandedTInfos.empty()) { in NonTypeTemplateParmDecl()
728 TypesAndInfos[I].second = ExpandedTInfos[I]; in NonTypeTemplateParmDecl()
753 ArrayRef<TypeSourceInfo *> ExpandedTInfos) { in Create() argument
760 ExpandedTypes, ExpandedTInfos); in Create()
H A DASTContext.cpp767 SmallVector<TypeSourceInfo *, 2> ExpandedTInfos; in getCanonicalTemplateTemplateParmDecl() local
770 ExpandedTInfos.push_back( in getCanonicalTemplateTemplateParmDecl()
782 ExpandedTInfos); in getCanonicalTemplateTemplateParmDecl()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDeclTemplate.h1421 ArrayRef<TypeSourceInfo *> ExpandedTInfos);
1433 ArrayRef<TypeSourceInfo *> ExpandedTInfos);