Home
last modified time | relevance | path

Searched refs:TokKind (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/TableGen/
DTGLexer.h29 enum TokKind { enum
69 tgtok::TokKind CurCode;
83 tgtok::TokKind Lex() { in Lex()
91 tgtok::TokKind getCode() const { return CurCode; } in getCode()
108 tgtok::TokKind LexToken();
110 tgtok::TokKind ReturnError(const char *Loc, const Twine &Msg);
116 tgtok::TokKind LexIdentifier();
118 tgtok::TokKind LexString();
119 tgtok::TokKind LexVarName();
120 tgtok::TokKind LexNumber();
[all …]
DTGLexer.cpp43 tgtok::TokKind TGLexer::ReturnError(const char *Loc, const Twine &Msg) { in ReturnError()
89 tgtok::TokKind TGLexer::LexToken() { in LexToken()
184 tgtok::TokKind TGLexer::LexString() { in LexString()
236 tgtok::TokKind TGLexer::LexVarName() { in LexVarName()
251 tgtok::TokKind TGLexer::LexIdentifier() { in LexIdentifier()
267 tgtok::TokKind Kind = StringSwitch<tgtok::TokKind>(Str) in LexIdentifier()
294 tgtok::TokKind Tok = LexToken(); in LexInclude()
372 tgtok::TokKind TGLexer::LexNumber() { in LexNumber()
427 tgtok::TokKind TGLexer::LexBracket() { in LexBracket()
450 tgtok::TokKind TGLexer::LexExclaim() { in LexExclaim()
[all …]
DTGParser.cpp375 static bool isObjectStart(tgtok::TokKind K) { in isObjectStart()
928 tgtok::TokKind OpTok = Lex.getCode(); in ParseOperation()
997 tgtok::TokKind LexCode = Lex.getCode(); in ParseOperation()