Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclTemplate.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()
H A DASTContext.cpp770 SmallVector<TypeSourceInfo *, 2> ExpandedTInfos; in getCanonicalTemplateTemplateParmDecl() local
773 ExpandedTInfos.push_back( in getCanonicalTemplateTemplateParmDecl()
785 ExpandedTInfos); in getCanonicalTemplateTemplateParmDecl()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclTemplate.h1398 ArrayRef<TypeSourceInfo *> ExpandedTInfos);
1410 ArrayRef<TypeSourceInfo *> ExpandedTInfos);