Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp4592 SubstTemplateTypeParmType *SubstParm in getSubstTemplateTypeParmType() local
4595 if (!SubstParm) { in getSubstTemplateTypeParmType()
4596 SubstParm = new (*this, TypeAlignment) in getSubstTemplateTypeParmType()
4598 Types.push_back(SubstParm); in getSubstTemplateTypeParmType()
4599 SubstTemplateTypeParmTypes.InsertNode(SubstParm, InsertPos); in getSubstTemplateTypeParmType()
4602 return QualType(SubstParm, 0); in getSubstTemplateTypeParmType()
4619 if (SubstTemplateTypeParmPackType *SubstParm in getSubstTemplateTypeParmPackType() local
4621 return QualType(SubstParm, 0); in getSubstTemplateTypeParmPackType()
4631 auto *SubstParm in getSubstTemplateTypeParmPackType() local
4634 Types.push_back(SubstParm); in getSubstTemplateTypeParmPackType()
[all …]