Searched refs:getCurStrVal (Results 1 – 2 of 2) sorted by relevance
539 Record *Result = Records.getClass(Lex.getCurStrVal()); in ParseClassID()1209 Init *LHS = StringInit::get(Lex.getCurStrVal()); in ParseOperation()1502 Init *A = StringInit::get(Lex.getCurStrVal()); in ParseOperation()1520 Init *B = StringInit::get(Lex.getCurStrVal()); in ParseOperation()1646 std::string Val = Lex.getCurStrVal(); in ParseSimpleValue()1651 Val += Lex.getCurStrVal(); in ParseSimpleValue()1659 R = CodeInit::get(Lex.getCurStrVal()); in ParseSimpleValue()2124 VarName = StringInit::get(Lex.getCurStrVal()); in ParseDagArgList()2214 std::string Str = Lex.getCurStrVal(); in ParseDeclaration()2268 Init *DeclName = StringInit::get(Lex.getCurStrVal()); in ParseForeachDeclaration()[all …]
109 const std::string &getCurStrVal() const { in getCurStrVal() function