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

/external/clang/lib/AST/
H A DASTContext.cpp3045 SubstTemplateTypeParmType *SubstParm local
3048 if (!SubstParm) {
3049 SubstParm = new (*this, TypeAlignment)
3051 Types.push_back(SubstParm);
3052 SubstTemplateTypeParmTypes.InsertNode(SubstParm, InsertPos);
3055 return QualType(SubstParm, 0);
3074 if (SubstTemplateTypeParmPackType *SubstParm
3076 return QualType(SubstParm, 0);
3086 SubstTemplateTypeParmPackType *SubstParm local
3089 Types.push_back(SubstParm);
[all...]

Completed in 123 milliseconds