Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DASTContext.cpp3246 SubstTemplateTypeParmType *SubstParm in getSubstTemplateTypeParmType() local
3249 if (!SubstParm) { in getSubstTemplateTypeParmType()
3250 SubstParm = new (*this, TypeAlignment) in getSubstTemplateTypeParmType()
3252 Types.push_back(SubstParm); in getSubstTemplateTypeParmType()
3253 SubstTemplateTypeParmTypes.InsertNode(SubstParm, InsertPos); in getSubstTemplateTypeParmType()
3256 return QualType(SubstParm, 0); in getSubstTemplateTypeParmType()
3273 if (SubstTemplateTypeParmPackType *SubstParm in getSubstTemplateTypeParmPackType() local
3275 return QualType(SubstParm, 0); in getSubstTemplateTypeParmPackType()
3285 SubstTemplateTypeParmPackType *SubstParm in getSubstTemplateTypeParmPackType() local
3288 Types.push_back(SubstParm); in getSubstTemplateTypeParmPackType()
[all …]