Home | History | Annotate | Download | only in TableGen

Lines Matching refs:TokKind

30   enum TokKind {
74 tgtok::TokKind CurCode;
91 tgtok::TokKind Lex() {
99 tgtok::TokKind getCode() const { return CurCode; }
121 tgtok::TokKind LexToken();
123 tgtok::TokKind ReturnError(const char *Loc, const Twine &Msg);
129 tgtok::TokKind LexIdentifier();
131 tgtok::TokKind LexString();
132 tgtok::TokKind LexVarName();
133 tgtok::TokKind LexNumber();
134 tgtok::TokKind LexBracket();
135 tgtok::TokKind LexExclaim();