HomeSort by relevance Sort by last modified time
    Searched refs:getCurStrVal (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/TableGen/
TGLexer.h 98 const std::string &getCurStrVal() const {
TGParser.cpp 435 Record *Result = Records.getClass(Lex.getCurStrVal());
437 TokError("Couldn't find class '" + Lex.getCurStrVal() + "'");
454 MultiClass *Result = MultiClasses[Lex.getCurStrVal()];
456 TokError("Couldn't find multiclass '" + Lex.getCurStrVal() + "'");
734 std::string Name = Lex.getCurStrVal();
    [all...]

Completed in 21 milliseconds