Searched defs:TokKind (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/TableGen/
H A DTGLexer.h29 enum TokKind { enum in namespace:llvm::tgtok
69 tgtok::TokKind CurCode;
83 tgtok::TokKind Lex() {
91 tgtok::TokKind getCode() const { return CurCode; }
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 LexNumbe
[all...]

Completed in 128 milliseconds