Home
last modified time | relevance | path

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

/external/llvm/lib/TableGen/
DTGParser.cpp433 Record *Result = Records.getClass(Lex.getCurStrVal()); in ParseClassID()
435 TokError("Couldn't find class '" + Lex.getCurStrVal() + "'"); in ParseClassID()
452 MultiClass *Result = MultiClasses[Lex.getCurStrVal()]; in ParseMultiClassID()
454 TokError("Couldn't find class '" + Lex.getCurStrVal() + "'"); in ParseMultiClassID()
466 MultiClass *MC = MultiClasses[Lex.getCurStrVal()]; in ParseDefmID()
468 TokError("Couldn't find multiclass '" + Lex.getCurStrVal() + "'"); in ParseDefmID()
741 std::string Name = Lex.getCurStrVal(); in ParseIDValue()
1170 std::string Val = Lex.getCurStrVal(); in ParseSimpleValue()
1175 Val += Lex.getCurStrVal(); in ParseSimpleValue()
1183 R = StringInit::get(Lex.getCurStrVal()); in ParseSimpleValue()
[all …]
DTGLexer.h93 const std::string &getCurStrVal() const { in getCurStrVal() function