Searched refs:getTemplateTypeParmType (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | HLSLExternalSemaSource.cpp | 76 AST.getTemplateTypeParmType(0, 0, false, TypeParam), in defineHLSLVectorAlias()
|
| H A D | SemaTemplateInstantiate.cpp | 1858 QualType Result = getSema().Context.getTemplateTypeParmType( in TransformTemplateTypeParmType()
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | TypeProperties.td | 725 return ctx.getTemplateTypeParmType(depth, index, isParameterPack,
|
| H A D | ASTContext.h | 1623 getTemplateTypeParmType(unsigned Depth, unsigned Index,
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | DeclTemplate.cpp | 639 QualType TTPType = C.getTemplateTypeParmType(D, P, ParameterPack, TTPDecl); in Create()
|
| H A D | ASTContext.cpp | 4804 QualType ASTContext::getTemplateTypeParmType(unsigned Depth, unsigned Index, in getTemplateTypeParmType() function in ASTContext 4817 QualType Canon = getTemplateTypeParmType(Depth, Index, ParameterPack); in getTemplateTypeParmType()
|
| H A D | ASTImporter.cpp | 1517 return Importer.getToContext().getTemplateTypeParmType( in VisitTemplateTypeParmType()
|