Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/AST/
DASTContext.cpp4816 SubstTemplateTypeParmType *SubstParm = in getSubstTemplateTypeParmType() local
4819 if (!SubstParm) { in getSubstTemplateTypeParmType()
4823 SubstParm = new (Mem) SubstTemplateTypeParmType(Replacement, AssociatedDecl, in getSubstTemplateTypeParmType()
4825 Types.push_back(SubstParm); in getSubstTemplateTypeParmType()
4826 SubstTemplateTypeParmTypes.InsertNode(SubstParm, InsertPos); in getSubstTemplateTypeParmType()
4829 return QualType(SubstParm, 0); in getSubstTemplateTypeParmType()
4846 if (SubstTemplateTypeParmPackType *SubstParm = in getSubstTemplateTypeParmPackType() local
4848 return QualType(SubstParm, 0); in getSubstTemplateTypeParmPackType()
4863 auto *SubstParm = new (*this, TypeAlignment) SubstTemplateTypeParmPackType( in getSubstTemplateTypeParmPackType() local
4865 Types.push_back(SubstParm); in getSubstTemplateTypeParmPackType()
[all …]