comparison lib/TableGen/TGLexer.h @ 95:afa8332a0e37 LLVM3.8

LLVM 3.8
author Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
date Tue, 13 Oct 2015 17:48:58 +0900
parents 54457678186b
children 1172e4bd9c6f
comparison
equal deleted inserted replaced
84:f3e34b893a5f 95:afa8332a0e37
85 /// Dependencies - This is the list of all included files. 85 /// Dependencies - This is the list of all included files.
86 DependenciesMapTy Dependencies; 86 DependenciesMapTy Dependencies;
87 87
88 public: 88 public:
89 TGLexer(SourceMgr &SrcMgr); 89 TGLexer(SourceMgr &SrcMgr);
90 ~TGLexer() {} 90
91
92 tgtok::TokKind Lex() { 91 tgtok::TokKind Lex() {
93 return CurCode = LexToken(); 92 return CurCode = LexToken();
94 } 93 }
95 94
96 const DependenciesMapTy &getDependencies() const { 95 const DependenciesMapTy &getDependencies() const {