Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DHLSLExternalSemaSource.cpp443 AST.getTemplateTypeParmType(0, 0, false, TypeParam), in defineHLSLVectorAlias()
H A DSemaConcept.cpp701 QualType Result = getSema().Context.getTemplateTypeParmType( in TransformTemplateTypeParmType()
H A DSemaTemplateInstantiate.cpp2141 QualType Result = getSema().Context.getTemplateTypeParmType( in TransformTemplateTypeParmType()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DTypeProperties.td729 return ctx.getTemplateTypeParmType(depth, index, isParameterPack,
H A DASTContext.h1599 getTemplateTypeParmType(unsigned Depth, unsigned Index,
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DDeclTemplate.cpp650 QualType TTPType = C.getTemplateTypeParmType(D, P, ParameterPack, TTPDecl); in Create()
H A DASTContext.cpp4873 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 DASTImporter.cpp1513 return Importer.getToContext().getTemplateTypeParmType( in VisitTemplateTypeParmType()