Searched refs:getTemplateTypeParmType (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| H A D | TypeProperties.td | 699 return ctx.getTemplateTypeParmType(depth, index, isParameterPack,
|
| H A D | ASTContext.h | 1495 getTemplateTypeParmType(unsigned Depth, unsigned Index,
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | DeclTemplate.cpp | 628 QualType TTPType = C.getTemplateTypeParmType(D, P, ParameterPack, TTPDecl); in Create()
|
| H A D | ASTContext.cpp | 4642 QualType ASTContext::getTemplateTypeParmType(unsigned Depth, unsigned Index, in getTemplateTypeParmType() function in ASTContext 4655 QualType Canon = getTemplateTypeParmType(Depth, Index, ParameterPack); in getTemplateTypeParmType()
|
| H A D | ASTImporter.cpp | 1451 return Importer.getToContext().getTemplateTypeParmType( in VisitTemplateTypeParmType()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaTemplateInstantiate.cpp | 1845 QualType Result = getSema().Context.getTemplateTypeParmType( in TransformTemplateTypeParmType()
|