Home
last modified time | relevance | path

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

/external/llvm/lib/TableGen/
DTGParser.cpp441 Record *Result = Records.getClass(Lex.getCurStrVal()); in ParseClassID()
443 TokError("Couldn't find class '" + Lex.getCurStrVal() + "'"); in ParseClassID()
460 MultiClass *Result = MultiClasses[Lex.getCurStrVal()]; in ParseMultiClassID()
462 TokError("Couldn't find multiclass '" + Lex.getCurStrVal() + "'"); in ParseMultiClassID()
1177 std::string Val = Lex.getCurStrVal(); in ParseSimpleValue()
1182 Val += Lex.getCurStrVal(); in ParseSimpleValue()
1190 R = StringInit::get(Lex.getCurStrVal()); in ParseSimpleValue()
1199 std::string Name = Lex.getCurStrVal(); in ParseSimpleValue()
1417 OperatorName = Lex.getCurStrVal(); in ParseSimpleValue()
1524 if (!Result->getFieldType(Lex.getCurStrVal())) { in ParseValue()
[all …]
DTGLexer.h98 const std::string &getCurStrVal() const { in getCurStrVal() function