Home | History | Annotate | Download | only in TableGen

Lines Matching defs:TGLexer

1 //===- TGLexer.cpp - Lexer for TableGen -----------------------------------===//
14 #include "TGLexer.h"
30 TGLexer::TGLexer(SourceMgr &SM) : SrcMgr(SM) {
37 SMLoc TGLexer::getLoc() const {
43 tgtok::TokKind TGLexer::ReturnError(const char *Loc, const Twine &Msg) {
48 int TGLexer::getNextChar() {
85 int TGLexer::peekNextChar(int Index) {
89 tgtok::TokKind TGLexer::LexToken() {
184 tgtok::TokKind TGLexer::LexString() {
236 tgtok::TokKind TGLexer::LexVarName() {
251 tgtok::TokKind TGLexer::LexIdentifier() {
292 bool TGLexer::LexInclude() {
320 void TGLexer::SkipBCPLComment() {
340 bool TGLexer::SkipCComment() {
372 tgtok::TokKind TGLexer::LexNumber() {
427 tgtok::TokKind TGLexer::LexBracket() {
450 tgtok::TokKind TGLexer::LexExclaim() {