Home
last modified time | relevance | path

Searched refs:getTemplateTypeParmType (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/clang/lib/Sema/
H A DHLSLExternalSemaSource.cpp76 AST.getTemplateTypeParmType(0, 0, false, TypeParam), in defineHLSLVectorAlias()
H A DSemaTemplateInstantiate.cpp1858 QualType Result = getSema().Context.getTemplateTypeParmType( in TransformTemplateTypeParmType()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DTypeProperties.td725 return ctx.getTemplateTypeParmType(depth, index, isParameterPack,
H A DASTContext.h1623 getTemplateTypeParmType(unsigned Depth, unsigned Index,
/llvm-project-15.0.7/clang/lib/AST/
H A DDeclTemplate.cpp639 QualType TTPType = C.getTemplateTypeParmType(D, P, ParameterPack, TTPDecl); in Create()
H A DASTContext.cpp4804 QualType ASTContext::getTemplateTypeParmType(unsigned Depth, unsigned Index, in getTemplateTypeParmType() function in ASTContext
4817 QualType Canon = getTemplateTypeParmType(Depth, Index, ParameterPack); in getTemplateTypeParmType()
H A DASTImporter.cpp1517 return Importer.getToContext().getTemplateTypeParmType( in VisitTemplateTypeParmType()