Searched refs:getCurStrVal (Results 1 – 2 of 2) sorted by relevance
438 Record *Result = Records.getClass(Lex.getCurStrVal()); in ParseClassID()440 TokError("Couldn't find class '" + Lex.getCurStrVal() + "'"); in ParseClassID()457 MultiClass *Result = MultiClasses[Lex.getCurStrVal()].get(); in ParseMultiClassID()459 TokError("Couldn't find multiclass '" + Lex.getCurStrVal() + "'"); in ParseMultiClassID()1185 std::string Val = Lex.getCurStrVal(); in ParseSimpleValue()1190 Val += Lex.getCurStrVal(); in ParseSimpleValue()1198 R = StringInit::get(Lex.getCurStrVal()); in ParseSimpleValue()1207 std::string Name = Lex.getCurStrVal(); in ParseSimpleValue()1453 OperatorName = Lex.getCurStrVal(); in ParseSimpleValue()1561 if (!Result->getFieldType(Lex.getCurStrVal())) { in ParseValue()[all …]
101 const std::string &getCurStrVal() const { in getCurStrVal() function