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"
29 TGLexer::TGLexer(SourceMgr &SM) : SrcMgr(SM) { function in class:TGLexer
36 SMLoc TGLexer::getLoc() const {
42 tgtok::TokKind TGLexer::ReturnError(const char *Loc, const Twine &Msg) {
47 int TGLexer::getNextChar() {
84 int TGLexer::peekNextChar(int Index) {
88 tgtok::TokKind TGLexer::LexToken() {
183 tgtok::TokKind TGLexer
[all...]
H A DTGLexer.h1 //===- TGLexer.h - Lexer for TableGen Files ---------------------*- C++ -*-===//
65 /// TGLexer - TableGen Lexer class.
66 class TGLexer { class in namespace:llvm
89 TGLexer(SourceMgr &SrcMgr);

Completed in 412 milliseconds