Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDDeclTemplate.cpp728 ArrayRef<QualType> ExpandedTypes, ArrayRef<TypeSourceInfo *> ExpandedTInfos) in NonTypeTemplateParmDecl() argument
732 if (!ExpandedTypes.empty() && !ExpandedTInfos.empty()) { in NonTypeTemplateParmDecl()
737 TypesAndInfos[I].second = ExpandedTInfos[I]; in NonTypeTemplateParmDecl()
760 ArrayRef<TypeSourceInfo *> ExpandedTInfos) { in Create() argument
767 ExpandedTypes, ExpandedTInfos); in Create()
HDASTContext.cpp770 SmallVector<TypeSourceInfo *, 2> ExpandedTInfos; in getCanonicalTemplateTemplateParmDecl() local
773 ExpandedTInfos.push_back( in getCanonicalTemplateTemplateParmDecl()
785 ExpandedTInfos); in getCanonicalTemplateTemplateParmDecl()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDDeclTemplate.h1398 ArrayRef<TypeSourceInfo *> ExpandedTInfos);
1410 ArrayRef<TypeSourceInfo *> ExpandedTInfos);