Home
last modified time | relevance | path

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

/external/llvm/lib/TableGen/
DTGParser.cpp438 Record *Result = Records.getClass(Lex.getCurStrVal()); in ParseClassID()
440 TokError("Couldn't find class '" + Lex.getCurStrVal() + "'"); in ParseClassID()
457 MultiClass *Result = MultiClasses[Lex.getCurStrVal()].get(); in ParseMultiClassID()
459 TokError("Couldn't find multiclass '" + Lex.getCurStrVal() + "'"); in ParseMultiClassID()
1185 std::string Val = Lex.getCurStrVal(); in ParseSimpleValue()
1190 Val += Lex.getCurStrVal(); in ParseSimpleValue()
1198 R = StringInit::get(Lex.getCurStrVal()); in ParseSimpleValue()
1207 std::string Name = Lex.getCurStrVal(); in ParseSimpleValue()
1453 OperatorName = Lex.getCurStrVal(); in ParseSimpleValue()
1561 if (!Result->getFieldType(Lex.getCurStrVal())) { in ParseValue()
[all …]
DTGLexer.h101 const std::string &getCurStrVal() const { in getCurStrVal() function