Home | History | Annotate | Download | only in TableGen

Lines Matching full:targs

1336   const std::vector<std::string> &TArgs = R.getTemplateArgs();
1337 if (!TArgs.empty()) {
1339 for (unsigned i = 0, e = TArgs.size(); i != e; ++i) {
1341 const RecordVal *RV = R.getValue(TArgs[i]);