Home | History | Annotate | Download | only in TableGen

Lines Matching refs:TokKind

41 tgtok::TokKind TGLexer::ReturnError(const char *Loc, const Twine &Msg) {
83 tgtok::TokKind TGLexer::LexToken() {
141 tgtok::TokKind TGLexer::LexString() {
193 tgtok::TokKind TGLexer::LexVarName() {
208 tgtok::TokKind TGLexer::LexIdentifier() {
225 tgtok::TokKind Kind = StringSwitch<tgtok::TokKind>(Str)
251 tgtok::TokKind Tok = LexToken();
329 tgtok::TokKind TGLexer::LexNumber() {
384 tgtok::TokKind TGLexer::LexBracket() {
407 tgtok::TokKind TGLexer::LexExclaim() {
416 tgtok::TokKind Kind =
417 StringSwitch<tgtok::TokKind>(StringRef(Start, CurPtr - Start))