Searched refs:getCurStrVal (Results 1 – 2 of 2) sorted by relevance
435 Record *Result = Records.getClass(Lex.getCurStrVal()); in ParseClassID()437 TokError("Couldn't find class '" + Lex.getCurStrVal() + "'"); in ParseClassID()454 MultiClass *Result = MultiClasses[Lex.getCurStrVal()]; in ParseMultiClassID()456 TokError("Couldn't find multiclass '" + Lex.getCurStrVal() + "'"); in ParseMultiClassID()734 std::string Name = Lex.getCurStrVal(); in ParseIDValue()1166 std::string Val = Lex.getCurStrVal(); in ParseSimpleValue()1171 Val += Lex.getCurStrVal(); in ParseSimpleValue()1179 R = StringInit::get(Lex.getCurStrVal()); in ParseSimpleValue()1188 std::string Name = Lex.getCurStrVal(); in ParseSimpleValue()1380 OperatorName = Lex.getCurStrVal(); in ParseSimpleValue()[all …]
98 const std::string &getCurStrVal() const { in getCurStrVal() function