Searched refs:getTemplateTypeParmType (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | HLSLExternalSemaSource.cpp | 461 AST.getTemplateTypeParmType(0, 0, false, TypeParam), in defineHLSLVectorAlias()
|
H A D | SemaConcept.cpp | 934 QualType Result = getSema().Context.getTemplateTypeParmType( in TransformTemplateTypeParmType()
|
H A D | SemaTemplateInstantiate.cpp | 2534 QualType Result = getSema().Context.getTemplateTypeParmType( in TransformTemplateTypeParmType()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | TypeProperties.td | 780 return ctx.getTemplateTypeParmType(depth, index, isParameterPack,
|
H A D | ASTContext.h | 1680 getTemplateTypeParmType(unsigned Depth, unsigned Index,
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | DeclTemplate.cpp | 651 QualType TTPType = C.getTemplateTypeParmType(D, P, ParameterPack, TTPDecl); in Create()
|
H A D | ASTContext.cpp | 5269 QualType ASTContext::getTemplateTypeParmType(unsigned Depth, unsigned Index, in getTemplateTypeParmType() function in ASTContext 5282 QualType Canon = getTemplateTypeParmType(Depth, Index, ParameterPack); in getTemplateTypeParmType() 13485 return Ctx.getTemplateTypeParmType( in getCommonNonSugarTypeNode()
|
H A D | ASTImporter.cpp | 1572 return Importer.getToContext().getTemplateTypeParmType( in VisitTemplateTypeParmType()
|