• Home
  • Raw
  • Download

Lines Matching refs:getCurStrVal

313   std::string Ret = Lex.getCurStrVal();  in ParseObjectName()
330 Record *Result = Records.getClass(Lex.getCurStrVal()); in ParseClassID()
332 TokError("Couldn't find class '" + Lex.getCurStrVal() + "'"); in ParseClassID()
349 MultiClass *Result = MultiClasses[Lex.getCurStrVal()]; in ParseMultiClassID()
351 TokError("Couldn't find class '" + Lex.getCurStrVal() + "'"); in ParseMultiClassID()
363 MultiClass *MC = MultiClasses[Lex.getCurStrVal()]; in ParseDefmID()
365 TokError("Couldn't find multiclass '" + Lex.getCurStrVal() + "'"); in ParseDefmID()
638 std::string Name = Lex.getCurStrVal(); in ParseIDValue()
1050 std::string Val = Lex.getCurStrVal(); in ParseSimpleValue()
1055 Val += Lex.getCurStrVal(); in ParseSimpleValue()
1063 R = CodeInit::get(Lex.getCurStrVal()); in ParseSimpleValue()
1072 std::string Name = Lex.getCurStrVal(); in ParseSimpleValue()
1262 OperatorName = Lex.getCurStrVal(); in ParseSimpleValue()
1363 if (!Result->getFieldType(Lex.getCurStrVal())) { in ParseValue()
1364 TokError("Cannot access field '" + Lex.getCurStrVal() + "' of value '" + in ParseValue()
1368 Result = FieldInit::get(Result, Lex.getCurStrVal()); in ParseValue()
1394 VarName = Lex.getCurStrVal(); in ParseDagArgList()
1480 std::string DeclName = Lex.getCurStrVal(); in ParseDeclaration()
1567 std::string FieldName = Lex.getCurStrVal(); in ParseBodyItem()
1734 Record *CurRec = Records.getClass(Lex.getCurStrVal()); in ParseClass()
1743 CurRec = new Record(Lex.getCurStrVal(), Lex.getLoc(), Records); in ParseClass()
1771 std::string Name = Lex.getCurStrVal(); in ParseLetList()
1855 std::string Name = Lex.getCurStrVal(); in ParseMultiClass()
2042 DefmPrefix = Lex.getCurStrVal(); in ParseDefm()
2102 InheritFromClass = (Records.getClass(Lex.getCurStrVal()) != 0); in ParseDefm()