Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DDeclTemplate.cpp493 QualType TTPType = C.getTemplateTypeParmType(D, P, ParameterPack, TTPDecl); in Create()
H A DASTContext.cpp4009 QualType ASTContext::getTemplateTypeParmType(unsigned Depth, unsigned Index, in getTemplateTypeParmType() function in ASTContext
4022 QualType Canon = getTemplateTypeParmType(Depth, Index, ParameterPack); in getTemplateTypeParmType()
H A DASTImporter.cpp1364 return Importer.getToContext().getTemplateTypeParmType( in VisitTemplateTypeParmType()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h1432 getTemplateTypeParmType(unsigned Depth, unsigned Index,
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp1510 QualType Result = getSema().Context.getTemplateTypeParmType( in TransformTemplateTypeParmType()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp6289 return Context.getTemplateTypeParmType(Depth, Index, Pack, D); in readTypeRecord()