Searched refs:TGLexer (Results 1 – 5 of 5) sorted by relevance
47 TGLexer::TGLexer(SourceMgr &SM, ArrayRef<std::string> Macros) : SrcMgr(SM) { in TGLexer() function in TGLexer62 SMLoc TGLexer::getLoc() const { in getLoc()66 SMRange TGLexer::getLocRange() const { in getLocRange()72 tgtok::TokKind TGLexer::ReturnError(SMLoc Loc, const Twine &Msg) { in ReturnError()77 tgtok::TokKind TGLexer::ReturnError(const char *Loc, const Twine &Msg) { in ReturnError()81 bool TGLexer::processEOF() { in processEOF()108 int TGLexer::getNextChar() { in getNextChar()138 int TGLexer::peekNextChar(int Index) const { in peekNextChar()142 tgtok::TokKind TGLexer::LexToken(bool FileOrLineStart) { in LexToken()271 tgtok::TokKind TGLexer::LexString() { in LexString()[all …]
189 class TGLexer {213 TGLexer(SourceMgr &SrcMgr, ArrayRef<std::string> Macros);
143 TGLexer Lex;197 const TGLexer::DependenciesSetTy &getDependencies() const { in getDependencies()
82 SRCS+= TableGen/TGLexer.cpp
1239 SRCS_MIN+= TableGen/TGLexer.cpp