Searched refs:getTemplateTypeParmType (Results 1 – 8 of 8) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | HLSLExternalSemaSource.cpp | 443 AST.getTemplateTypeParmType(0, 0, false, TypeParam), in defineHLSLVectorAlias()
|
| H A D | SemaConcept.cpp | 701 QualType Result = getSema().Context.getTemplateTypeParmType( in TransformTemplateTypeParmType()
|
| H A D | SemaTemplateInstantiate.cpp | 2141 QualType Result = getSema().Context.getTemplateTypeParmType( in TransformTemplateTypeParmType()
|
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | TypeProperties.td | 729 return ctx.getTemplateTypeParmType(depth, index, isParameterPack,
|
| H A D | ASTContext.h | 1599 getTemplateTypeParmType(unsigned Depth, unsigned Index,
|
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | DeclTemplate.cpp | 650 QualType TTPType = C.getTemplateTypeParmType(D, P, ParameterPack, TTPDecl); in Create()
|
| H A D | ASTContext.cpp | 4873 QualType ASTContext::getTemplateTypeParmType(unsigned Depth, unsigned Index, in getTemplateTypeParmType() function in ASTContext 4886 QualType Canon = getTemplateTypeParmType(Depth, Index, ParameterPack); in getTemplateTypeParmType() 12823 return Ctx.getTemplateTypeParmType( in getCommonNonSugarTypeNode()
|
| H A D | ASTImporter.cpp | 1513 return Importer.getToContext().getTemplateTypeParmType( in VisitTemplateTypeParmType()
|