Searched refs:getTemplateTypeParmType (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | DeclTemplate.cpp | 493 QualType TTPType = C.getTemplateTypeParmType(D, P, ParameterPack, TTPDecl); in Create()
|
| H A D | ASTContext.cpp | 4009 QualType ASTContext::getTemplateTypeParmType(unsigned Depth, unsigned Index, in getTemplateTypeParmType() function in ASTContext 4022 QualType Canon = getTemplateTypeParmType(Depth, Index, ParameterPack); in getTemplateTypeParmType()
|
| H A D | ASTImporter.cpp | 1364 return Importer.getToContext().getTemplateTypeParmType( in VisitTemplateTypeParmType()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | ASTContext.h | 1432 getTemplateTypeParmType(unsigned Depth, unsigned Index,
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaTemplateInstantiate.cpp | 1510 QualType Result = getSema().Context.getTemplateTypeParmType( in TransformTemplateTypeParmType()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 6289 return Context.getTemplateTypeParmType(Depth, Index, Pack, D); in readTypeRecord()
|