Searched refs:ArgsRec (Results 1 – 2 of 2) sorted by relevance
1598 std::vector<Init*> TGParser::ParseValueList(Record *CurRec, Record *ArgsRec, in ParseValueList() argument1603 if (ArgsRec != 0 && EltTy == 0) { in ParseValueList()1604 const std::vector<Init *> &TArgs = ArgsRec->getTemplateArgs(); in ParseValueList()1609 const RecordVal *RV = ArgsRec->getValue(TArgs[ArgN]); in ParseValueList()1624 if (ArgsRec != 0 && EltTy == 0) { in ParseValueList()1625 const std::vector<Init *> &TArgs = ArgsRec->getTemplateArgs(); in ParseValueList()1630 const RecordVal *RV = ArgsRec->getValue(TArgs[ArgN]); in ParseValueList()
173 std::vector<Init*> ParseValueList(Record *CurRec, Record *ArgsRec = 0,