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 101 const std::string &getCurStrVal() const {
TGParser.cpp 423 Record *Result = Records.getClass(Lex.getCurStrVal());
425 TokError("Couldn't find class '" + Lex.getCurStrVal() + "'");
442 MultiClass *Result = MultiClasses[Lex.getCurStrVal()].get();
444 TokError("Couldn't find multiclass '" + Lex.getCurStrVal() + "'");
    [all...]

Completed in 49 milliseconds