Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.cpp714 Record *Result = Records.getClass(Lex.getCurStrVal()); in ParseClassID()
717 if (MultiClasses[Lex.getCurStrVal()].get()) in ParseClassID()
719 Lex.getCurStrVal() + "'"); in ParseClassID()
2096 Init *A = StringInit::get(Records, Lex.getCurStrVal()); in ParseOperation()
2114 Init *B = StringInit::get(Records, Lex.getCurStrVal()); in ParseOperation()
2397 Init *LHS = StringInit::get(Records, Lex.getCurStrVal()); in ParseOperationForEachFilter()
2646 std::string Val = Lex.getCurStrVal(); in ParseSimpleValue()
2651 Val += Lex.getCurStrVal(); in ParseSimpleValue()
3250 std::string Str = Lex.getCurStrVal(); in ParseDeclaration()
3917 Record *CurRec = Records.getClass(Lex.getCurStrVal()); in ParseClass()
[all …]
H A DTGLexer.h224 const std::string &getCurStrVal() const { in getCurStrVal() function