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

/external/llvm/lib/TableGen/
H A DTGLexer.cpp1 //===- TGLexer.cpp - Lexer for TableGen -----------------------------------===//
14 #include "TGLexer.h"
30 TGLexer::TGLexer(SourceMgr &SM) : SrcMgr(SM) { function in class:TGLexer
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
[all...]
H A DTGLexer.h1 //===- TGLexer.h - Lexer for TableGen Files ---------------------*- C++ -*-===//
60 /// TGLexer - TableGen Lexer class.
61 class TGLexer { class in namespace:llvm
80 TGLexer(SourceMgr &SrcMgr);
81 ~TGLexer() {}

Completed in 62 milliseconds