• Home
  • Raw
  • Download

Lines Matching refs:getCurStrVal

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()
1525 TokError("Cannot access field '" + Lex.getCurStrVal() + "' of value '" + in ParseValue()
1529 Result = FieldInit::get(Result, Lex.getCurStrVal()); in ParseValue()
1600 Result.push_back(std::make_pair(UnsetInit::get(), Lex.getCurStrVal())); in ParseDagArgList()
1615 VarName = Lex.getCurStrVal(); in ParseDagArgList()
1705 Init *DeclName = StringInit::get(Lex.getCurStrVal()); in ParseDeclaration()
1750 Init *DeclName = StringInit::get(Lex.getCurStrVal()); in ParseForeachDeclaration()
1872 std::string FieldName = Lex.getCurStrVal(); in ParseBodyItem()
2120 Record *CurRec = Records.getClass(Lex.getCurStrVal()); in ParseClass()
2130 CurRec = new Record(Lex.getCurStrVal(), Lex.getLoc(), Records); in ParseClass()
2158 std::string Name = Lex.getCurStrVal(); in ParseLetList()
2247 std::string Name = Lex.getCurStrVal(); in ParseMultiClass()
2552 InheritFromClass = (Records.getClass(Lex.getCurStrVal()) != nullptr); in ParseDefm()