Lines Matching refs:getCurStrVal

714   Record *Result = Records.getClass(Lex.getCurStrVal());  in ParseClassID()
716 std::string Msg("Couldn't find class '" + Lex.getCurStrVal() + "'"); in ParseClassID()
717 if (MultiClasses[Lex.getCurStrVal()].get()) in ParseClassID()
719 Lex.getCurStrVal() + "'"); in ParseClassID()
741 MultiClass *Result = MultiClasses[Lex.getCurStrVal()].get(); in ParseMultiClassID()
743 TokError("Couldn't find multiclass '" + Lex.getCurStrVal() + "'"); in ParseMultiClassID()
2096 Init *A = StringInit::get(Records, Lex.getCurStrVal()); in ParseOperation()
2114 Init *B = StringInit::get(Records, Lex.getCurStrVal()); in ParseOperation()
2397 Init *LHS = StringInit::get(Records, Lex.getCurStrVal()); in ParseOperationForEachFilter()
2646 std::string Val = Lex.getCurStrVal(); in ParseSimpleValue()
2651 Val += Lex.getCurStrVal(); in ParseSimpleValue()
2659 R = StringInit::get(Records, Lex.getCurStrVal(), StringInit::SF_Code); in ParseSimpleValue()
2668 StringInit *Name = StringInit::get(Records, Lex.getCurStrVal()); in ParseSimpleValue()
2859 OperatorName = StringInit::get(Records, Lex.getCurStrVal()); in ParseSimpleValue()
2966 StringInit *FieldName = StringInit::get(Records, Lex.getCurStrVal()); in ParseValue()
2968 TokError("Cannot access field '" + Lex.getCurStrVal() + "' of value '" + in ParseValue()
3095 StringInit *VarName = StringInit::get(Records, Lex.getCurStrVal()); in ParseDagArgList()
3114 VarName = StringInit::get(Records, Lex.getCurStrVal()); in ParseDagArgList()
3250 std::string Str = Lex.getCurStrVal(); in ParseDeclaration()
3317 Init *DeclName = StringInit::get(Records, Lex.getCurStrVal()); in ParseForeachDeclaration()
3455 StringInit *FieldName = StringInit::get(Records, Lex.getCurStrVal()); in ParseBodyItem()
3641 StringInit *DeclName = StringInit::get(Records, Lex.getCurStrVal()); in ParseDefset()
3678 StringInit *DeclName = StringInit::get(Records, Lex.getCurStrVal()); in ParseDefvar()
3917 Record *CurRec = Records.getClass(Lex.getCurStrVal()); in ParseClass()
3929 auto NewRec = std::make_unique<Record>(Lex.getCurStrVal(), Lex.getLoc(), in ParseClass()
3967 StringInit *Name = StringInit::get(Records, Lex.getCurStrVal()); in ParseLetList()
4064 std::string Name = Lex.getCurStrVal(); in ParseMultiClass()
4217 InheritFromClass = (Records.getClass(Lex.getCurStrVal()) != nullptr); in ParseDefm()