Searched defs:ExpandedTypes (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/AST/ |
D | DeclTemplate.cpp | 523 ArrayRef<QualType> ExpandedTypes, ArrayRef<TypeSourceInfo *> ExpandedTInfos) in NonTypeTemplateParmDecl() 550 QualType T, TypeSourceInfo *TInfo, ArrayRef<QualType> ExpandedTypes, in Create()
|
D | ASTContext.cpp | 621 SmallVector<QualType, 2> ExpandedTypes; in getCanonicalTemplateTemplateParmDecl() local
|
/external/llvm-project/clang/lib/AST/ |
D | DeclTemplate.cpp | 675 ArrayRef<QualType> ExpandedTypes, ArrayRef<TypeSourceInfo *> ExpandedTInfos) in NonTypeTemplateParmDecl() 708 QualType T, TypeSourceInfo *TInfo, ArrayRef<QualType> ExpandedTypes, in Create()
|
D | ASTContext.cpp | 814 SmallVector<QualType, 2> ExpandedTypes; in getCanonicalTemplateTemplateParmDecl() local
|