Lines Matching refs:getCurStrVal

580   Record *Result = Records.getClass(Lex.getCurStrVal());  in ParseClassID()
582 std::string Msg("Couldn't find class '" + Lex.getCurStrVal() + "'"); in ParseClassID()
583 if (MultiClasses[Lex.getCurStrVal()].get()) in ParseClassID()
585 Lex.getCurStrVal() + "'"); in ParseClassID()
605 MultiClass *Result = MultiClasses[Lex.getCurStrVal()].get(); in ParseMultiClassID()
607 TokError("Couldn't find multiclass '" + Lex.getCurStrVal() + "'"); in ParseMultiClassID()
1572 Init *A = StringInit::get(Lex.getCurStrVal()); in ParseOperation()
1590 Init *B = StringInit::get(Lex.getCurStrVal()); in ParseOperation()
1871 Init *LHS = StringInit::get(Lex.getCurStrVal()); in ParseOperationForEachFilter()
2108 std::string Val = Lex.getCurStrVal(); in ParseSimpleValue()
2113 Val += Lex.getCurStrVal(); in ParseSimpleValue()
2121 R = StringInit::get(Lex.getCurStrVal(), StringInit::SF_Code); in ParseSimpleValue()
2130 StringInit *Name = StringInit::get(Lex.getCurStrVal()); in ParseSimpleValue()
2325 OperatorName = StringInit::get(Lex.getCurStrVal()); in ParseSimpleValue()
2454 StringInit *FieldName = StringInit::get(Lex.getCurStrVal()); in ParseValue()
2456 TokError("Cannot access field '" + Lex.getCurStrVal() + "' of value '" + in ParseValue()
2569 StringInit *VarName = StringInit::get(Lex.getCurStrVal()); in ParseDagArgList()
2588 VarName = StringInit::get(Lex.getCurStrVal()); in ParseDagArgList()
2688 std::string Str = Lex.getCurStrVal(); in ParseDeclaration()
2748 Init *DeclName = StringInit::get(Lex.getCurStrVal()); in ParseForeachDeclaration()
2882 StringInit *FieldName = StringInit::get(Lex.getCurStrVal()); in ParseBodyItem()
3059 StringInit *DeclName = StringInit::get(Lex.getCurStrVal()); in ParseDefset()
3096 StringInit *DeclName = StringInit::get(Lex.getCurStrVal()); in ParseDefvar()
3326 Record *CurRec = Records.getClass(Lex.getCurStrVal()); in ParseClass()
3337 std::make_unique<Record>(Lex.getCurStrVal(), Lex.getLoc(), Records, in ParseClass()
3366 StringInit *Name = StringInit::get(Lex.getCurStrVal()); in ParseLetList()
3462 std::string Name = Lex.getCurStrVal(); in ParseMultiClass()
3628 InheritFromClass = (Records.getClass(Lex.getCurStrVal()) != nullptr); in ParseDefm()