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

  /external/llvm/lib/TableGen/
CMakeLists.txt 10 TGLexer.cpp
TGLexer.cpp 1 //===- TGLexer.cpp - Lexer for TableGen -----------------------------------===//
14 #include "TGLexer.h"
28 TGLexer::TGLexer(SourceMgr &SM) : SrcMgr(SM) {
35 SMLoc TGLexer::getLoc() const {
41 tgtok::TokKind TGLexer::ReturnError(const char *Loc, const Twine &Msg) {
46 int TGLexer::getNextChar() {
83 int TGLexer::peekNextChar(int Index) {
87 tgtok::TokKind TGLexer::LexToken() {
182 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() {}
Android.mk 8 TGLexer.cpp \
TGParser.h 18 #include "TGLexer.h"
46 TGLexer Lex;

Completed in 77 milliseconds