Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/AST/
DDeclTemplate.cpp475 QualType TTPType = C.getTemplateTypeParmType(D, P, ParameterPack, TTPDecl); in Create()
DASTContext.cpp3075 QualType ASTContext::getTemplateTypeParmType(unsigned Depth, unsigned Index, in getTemplateTypeParmType() function in ASTContext
3088 QualType Canon = getTemplateTypeParmType(Depth, Index, ParameterPack); in getTemplateTypeParmType()
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/AST/
DASTContext.h1078 QualType getTemplateTypeParmType(unsigned Depth, unsigned Index,
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaTemplateInstantiate.cpp1496 = getSema().Context.getTemplateTypeParmType(T->getDepth() in TransformTemplateTypeParmType()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Serialization/
DASTReader.cpp4870 return Context.getTemplateTypeParmType(Depth, Index, Pack, D); in readTypeRecord()