Home | History | Annotate | Download | only in AST

Lines Matching refs:TemplateTypeParmType

3037 ASTContext::getSubstTemplateTypeParmType(const TemplateTypeParmType *Parm,
3060 const TemplateTypeParmType *Parm,
3081 Canon = getSubstTemplateTypeParmPackType(cast<TemplateTypeParmType>(Canon),
3101 TemplateTypeParmType::Profile(ID, Depth, Index, ParameterPack, TTPDecl);
3103 TemplateTypeParmType *TypeParm
3111 TypeParm = new (*this, TypeAlignment) TemplateTypeParmType(TTPDecl, Canon);
3113 TemplateTypeParmType *TypeCheck
3119 TemplateTypeParmType(Depth, Index, ParameterPack);