Home
last modified time | relevance | path

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

/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/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/clang/lib/Serialization/
DASTReader.cpp5598 return Context.getTemplateTypeParmType(Depth, Index, Pack, D); in readTypeRecord()