Searched refs:getCurStrVal (Results 1 – 2 of 2) sorted by relevance
580 Record *Result = Records.getClass(Lex.getCurStrVal()); in ParseClassID()583 if (MultiClasses[Lex.getCurStrVal()].get()) in ParseClassID()585 Lex.getCurStrVal() + "'"); in ParseClassID()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()2588 VarName = StringInit::get(Lex.getCurStrVal()); in ParseDagArgList()2688 std::string Str = Lex.getCurStrVal(); in ParseDeclaration()[all …]
116 const std::string &getCurStrVal() const { in getCurStrVal() function