Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DDeclTemplate.cpp523 ArrayRef<QualType> ExpandedTypes, ArrayRef<TypeSourceInfo *> ExpandedTInfos) in NonTypeTemplateParmDecl() argument
527 if (!ExpandedTypes.empty() && !ExpandedTInfos.empty()) { in NonTypeTemplateParmDecl()
532 TypesAndInfos[I].second = ExpandedTInfos[I]; in NonTypeTemplateParmDecl()
551 ArrayRef<TypeSourceInfo *> ExpandedTInfos) { in Create() argument
556 ExpandedTypes, ExpandedTInfos); in Create()
DASTContext.cpp622 SmallVector<TypeSourceInfo *, 2> ExpandedTInfos; in getCanonicalTemplateTemplateParmDecl() local
625 ExpandedTInfos.push_back( in getCanonicalTemplateTemplateParmDecl()
637 ExpandedTInfos); in getCanonicalTemplateTemplateParmDecl()
/external/llvm-project/clang/lib/AST/
DDeclTemplate.cpp675 ArrayRef<QualType> ExpandedTypes, ArrayRef<TypeSourceInfo *> ExpandedTInfos) in NonTypeTemplateParmDecl() argument
679 if (!ExpandedTypes.empty() && !ExpandedTInfos.empty()) { in NonTypeTemplateParmDecl()
684 TypesAndInfos[I].second = ExpandedTInfos[I]; in NonTypeTemplateParmDecl()
709 ArrayRef<TypeSourceInfo *> ExpandedTInfos) { in Create() argument
716 ExpandedTypes, ExpandedTInfos); in Create()
DASTContext.cpp815 SmallVector<TypeSourceInfo *, 2> ExpandedTInfos; in getCanonicalTemplateTemplateParmDecl() local
818 ExpandedTInfos.push_back( in getCanonicalTemplateTemplateParmDecl()
830 ExpandedTInfos); in getCanonicalTemplateTemplateParmDecl()
/external/clang/include/clang/AST/
DDeclTemplate.h1183 ArrayRef<TypeSourceInfo *> ExpandedTInfos);
1198 ArrayRef<TypeSourceInfo *> ExpandedTInfos);
/external/llvm-project/clang/include/clang/AST/
DDeclTemplate.h1424 ArrayRef<TypeSourceInfo *> ExpandedTInfos);
1436 ArrayRef<TypeSourceInfo *> ExpandedTInfos);