Searched refs:getCurStrVal (Results 1 – 2 of 2) sorted by relevance
581 Record *Result = Records.getClass(Lex.getCurStrVal()); in ParseClassID()584 if (MultiClasses[Lex.getCurStrVal()].get()) in ParseClassID()586 Lex.getCurStrVal() + "'"); in ParseClassID()1630 Init *A = StringInit::get(Records, Lex.getCurStrVal()); in ParseOperation()1648 Init *B = StringInit::get(Records, Lex.getCurStrVal()); in ParseOperation()1929 Init *LHS = StringInit::get(Records, Lex.getCurStrVal()); in ParseOperationForEachFilter()2166 std::string Val = Lex.getCurStrVal(); in ParseSimpleValue()2171 Val += Lex.getCurStrVal(); in ParseSimpleValue()2747 std::string Str = Lex.getCurStrVal(); in ParseDeclaration()3386 Record *CurRec = Records.getClass(Lex.getCurStrVal()); in ParseClass()[all …]
117 const std::string &getCurStrVal() const { in getCurStrVal() function