Home
last modified time | relevance | path

Searched refs:getCurStrVal (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/TableGen/
H A DTGParser.cpp581 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 …]
H A DTGLexer.h117 const std::string &getCurStrVal() const { in getCurStrVal() function