Searched refs:TGLexer (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/lib/TableGen/
H A DCMakeLists.txt12 TGLexer.cpp
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() {}
H A DTGParser.h18 #include "TGLexer.h"
56 TGLexer Lex;

Completed in 176 milliseconds