Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DTypeProperties.td699 return ctx.getTemplateTypeParmType(depth, index, isParameterPack,
H A DASTContext.h1540 getTemplateTypeParmType(unsigned Depth, unsigned Index,
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DDeclTemplate.cpp629 QualType TTPType = C.getTemplateTypeParmType(D, P, ParameterPack, TTPDecl); in Create()
H A DASTContext.cpp4657 QualType ASTContext::getTemplateTypeParmType(unsigned Depth, unsigned Index, in getTemplateTypeParmType() function in ASTContext
4670 QualType Canon = getTemplateTypeParmType(Depth, Index, ParameterPack); in getTemplateTypeParmType()
H A DASTImporter.cpp1469 return Importer.getToContext().getTemplateTypeParmType( in VisitTemplateTypeParmType()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp1845 QualType Result = getSema().Context.getTemplateTypeParmType( in TransformTemplateTypeParmType()