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

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

Completed in 83 milliseconds