Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/AST/
DTypeProperties.td695 return ctx.getTemplateTypeParmType(depth, index, isParameterPack,
DASTContext.h1452 getTemplateTypeParmType(unsigned Depth, unsigned Index,
/external/clang/lib/AST/
DDeclTemplate.cpp479 QualType TTPType = C.getTemplateTypeParmType(D, P, ParameterPack, TTPDecl); in Create()
DASTContext.cpp3339 QualType ASTContext::getTemplateTypeParmType(unsigned Depth, unsigned Index, in getTemplateTypeParmType() function in ASTContext
3352 QualType Canon = getTemplateTypeParmType(Depth, Index, ParameterPack); in getTemplateTypeParmType()
DASTImporter.cpp1905 return Importer.getToContext().getTemplateTypeParmType( in VisitTemplateTypeParmType()
/external/llvm-project/clang/lib/AST/
DDeclTemplate.cpp603 QualType TTPType = C.getTemplateTypeParmType(D, P, ParameterPack, TTPDecl); in Create()
DASTContext.cpp4572 QualType ASTContext::getTemplateTypeParmType(unsigned Depth, unsigned Index, in getTemplateTypeParmType() function in ASTContext
4585 QualType Canon = getTemplateTypeParmType(Depth, Index, ParameterPack); in getTemplateTypeParmType()
DASTImporter.cpp1436 return Importer.getToContext().getTemplateTypeParmType( in VisitTemplateTypeParmType()
/external/clang/include/clang/AST/
DASTContext.h1235 getTemplateTypeParmType(unsigned Depth, unsigned Index,
/external/clang/lib/Sema/
DSemaTemplateInstantiate.cpp1391 = getSema().Context.getTemplateTypeParmType(T->getDepth() in TransformTemplateTypeParmType()
/external/llvm-project/clang/lib/Sema/
DSemaTemplateInstantiate.cpp1842 QualType Result = getSema().Context.getTemplateTypeParmType( in TransformTemplateTypeParmType()
/external/clang/lib/Serialization/
DASTReader.cpp5598 return Context.getTemplateTypeParmType(Depth, Index, Pack, D); in readTypeRecord()