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

/external/clang/lib/AST/
H A DASTContext.cpp2710 SubstTemplateTypeParmType *SubstParm local
2713 if (!SubstParm) {
2714 SubstParm = new (*this, TypeAlignment)
2716 Types.push_back(SubstParm);
2717 SubstTemplateTypeParmTypes.InsertNode(SubstParm, InsertPos);
2720 return QualType(SubstParm, 0);
2739 if (SubstTemplateTypeParmPackType *SubstParm
2741 return QualType(SubstParm, 0);
2751 SubstTemplateTypeParmPackType *SubstParm local
2754 Types.push_back(SubstParm);
[all...]

Completed in 365 milliseconds