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.cpp5211 SubstTemplateTypeParmType *SubstParm = in getSubstTemplateTypeParmType() local
5214 if (!SubstParm) { in getSubstTemplateTypeParmType()
5218 SubstParm = new (Mem) SubstTemplateTypeParmType(Replacement, AssociatedDecl, in getSubstTemplateTypeParmType()
5220 Types.push_back(SubstParm); in getSubstTemplateTypeParmType()
5221 SubstTemplateTypeParmTypes.InsertNode(SubstParm, InsertPos); in getSubstTemplateTypeParmType()
5224 return QualType(SubstParm, 0); in getSubstTemplateTypeParmType()
5241 if (SubstTemplateTypeParmPackType *SubstParm = in getSubstTemplateTypeParmPackType() local
5243 return QualType(SubstParm, 0); in getSubstTemplateTypeParmPackType()
5258 auto *SubstParm = new (*this, alignof(SubstTemplateTypeParmPackType)) in getSubstTemplateTypeParmPackType() local
5261 Types.push_back(SubstParm); in getSubstTemplateTypeParmPackType()
[all …]