Searched refs:getCurStrVal (Results 1 – 2 of 2) sorted by relevance
441 Record *Result = Records.getClass(Lex.getCurStrVal()); in ParseClassID()443 TokError("Couldn't find class '" + Lex.getCurStrVal() + "'"); in ParseClassID()460 MultiClass *Result = MultiClasses[Lex.getCurStrVal()]; in ParseMultiClassID()462 TokError("Couldn't find multiclass '" + Lex.getCurStrVal() + "'"); in ParseMultiClassID()1177 std::string Val = Lex.getCurStrVal(); in ParseSimpleValue()1182 Val += Lex.getCurStrVal(); in ParseSimpleValue()1190 R = StringInit::get(Lex.getCurStrVal()); in ParseSimpleValue()1199 std::string Name = Lex.getCurStrVal(); in ParseSimpleValue()1417 OperatorName = Lex.getCurStrVal(); in ParseSimpleValue()1524 if (!Result->getFieldType(Lex.getCurStrVal())) { in ParseValue()[all …]
98 const std::string &getCurStrVal() const { in getCurStrVal() function