HomeSort by relevance Sort by last modified time
    Searched defs:TGLexer (Results 1 - 2 of 2) sorted by null

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

Completed in 31 milliseconds