Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp4796 SubstTemplateTypeParmType *SubstParm = in getSubstTemplateTypeParmType() local
4799 if (!SubstParm) { in getSubstTemplateTypeParmType()
4805 Types.push_back(SubstParm); in getSubstTemplateTypeParmType()
4806 SubstTemplateTypeParmTypes.InsertNode(SubstParm, InsertPos); in getSubstTemplateTypeParmType()
4809 return QualType(SubstParm, 0); in getSubstTemplateTypeParmType()
4826 if (SubstTemplateTypeParmPackType *SubstParm = in getSubstTemplateTypeParmPackType() local
4828 return QualType(SubstParm, 0); in getSubstTemplateTypeParmPackType()
4843 auto *SubstParm = new (*this, alignof(SubstTemplateTypeParmPackType)) in getSubstTemplateTypeParmPackType() local
4846 Types.push_back(SubstParm); in getSubstTemplateTypeParmPackType()
4847 SubstTemplateTypeParmPackTypes.InsertNode(SubstParm, InsertPos); in getSubstTemplateTypeParmPackType()
[all …]