Searched refs:ArgsRec (Results 1 – 2 of 2) sorted by relevance
176 std::vector<Init*> ParseValueList(Record *CurRec, Record *ArgsRec = nullptr,
1672 std::vector<Init*> TGParser::ParseValueList(Record *CurRec, Record *ArgsRec, in ParseValueList() argument1677 if (ArgsRec && !EltTy) { in ParseValueList()1678 const std::vector<Init *> &TArgs = ArgsRec->getTemplateArgs(); in ParseValueList()1683 const RecordVal *RV = ArgsRec->getValue(TArgs[ArgN]); in ParseValueList()1698 if (ArgsRec && !EltTy) { in ParseValueList()1699 const std::vector<Init *> &TArgs = ArgsRec->getTemplateArgs(); in ParseValueList()1704 const RecordVal *RV = ArgsRec->getValue(TArgs[ArgN]); in ParseValueList()