Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp5607 SubstTemplateTypeParmType *SubstParm = in getSubstTemplateTypeParmType() local
5610 if (!SubstParm) { in getSubstTemplateTypeParmType()
5614 SubstParm = new (Mem) SubstTemplateTypeParmType(Replacement, AssociatedDecl, in getSubstTemplateTypeParmType()
5616 Types.push_back(SubstParm); in getSubstTemplateTypeParmType()
5617 SubstTemplateTypeParmTypes.InsertNode(SubstParm, InsertPos); in getSubstTemplateTypeParmType()
5620 return QualType(SubstParm, 0); in getSubstTemplateTypeParmType()
5637 if (SubstTemplateTypeParmPackType *SubstParm = in getSubstTemplateTypeParmPackType() local
5639 return QualType(SubstParm, 0); in getSubstTemplateTypeParmPackType()
5654 auto *SubstParm = new (*this, alignof(SubstTemplateTypeParmPackType)) in getSubstTemplateTypeParmPackType() local
5657 Types.push_back(SubstParm); in getSubstTemplateTypeParmPackType()
[all …]