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

/external/clang/lib/AST/
H A DASTContext.cpp2285 SubstTemplateTypeParmType *SubstParm local
2288 if (!SubstParm) {
2289 SubstParm = new (*this, TypeAlignment)
2291 Types.push_back(SubstParm);
2292 SubstTemplateTypeParmTypes.InsertNode(SubstParm, InsertPos);
2295 return QualType(SubstParm, 0);
2314 if (SubstTemplateTypeParmPackType *SubstParm
2316 return QualType(SubstParm, 0);
2326 SubstTemplateTypeParmPackType *SubstParm local
2329 Types.push_back(SubstParm);
[all...]

Completed in 82 milliseconds