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

  /external/swiftshader/third_party/LLVM/lib/TableGen/
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 tgtok::TokKind TGLexer::LexToken() {
141 tgtok::TokKind TGLexer::LexString() {
193 tgtok::TokKind TGLexer::LexVarName()
    [all...]
TGLexer.h 1 //===- TGLexer.h - Lexer for TableGen Files ---------------------*- C++ -*-===//
59 /// TGLexer - TableGen Lexer class.
60 class TGLexer {
79 TGLexer(SourceMgr &SrcMgr);
80 ~TGLexer() {}
TGParser.h 17 #include "TGLexer.h"
45 TGLexer Lex;
  /external/llvm/lib/TableGen/
TGLexer.cpp 1 //===- TGLexer.cpp - Lexer for TableGen -----------------------------------===//
14 #include "TGLexer.h"
29 TGLexer::TGLexer(SourceMgr &SM) : SrcMgr(SM) {
36 SMLoc TGLexer::getLoc() const {
42 tgtok::TokKind TGLexer::ReturnError(const char *Loc, const Twine &Msg) {
47 int TGLexer::getNextChar() {
84 int TGLexer::peekNextChar(int Index) {
88 tgtok::TokKind TGLexer::LexToken() {
183 tgtok::TokKind TGLexer::LexString()
    [all...]
TGLexer.h 1 //===- TGLexer.h - Lexer for TableGen Files ---------------------*- C++ -*-===//
65 /// TGLexer - TableGen Lexer class.
66 class TGLexer {
89 TGLexer(SourceMgr &SrcMgr);
TGParser.h 17 #include "TGLexer.h"
56 TGLexer Lex;
101 const TGLexer::DependenciesMapTy &getDependencies() const {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/TableGen/
TGLexer.cpp 1 //===- TGLexer.cpp - Lexer for TableGen -----------------------------------===//
14 #include "TGLexer.h"
31 TGLexer::TGLexer(SourceMgr &SM) : SrcMgr(SM) {
38 SMLoc TGLexer::getLoc() const {
44 tgtok::TokKind TGLexer::ReturnError(const char *Loc, const Twine &Msg) {
49 int TGLexer::getNextChar() {
86 int TGLexer::peekNextChar(int Index) {
90 tgtok::TokKind TGLexer::LexToken() {
185 tgtok::TokKind TGLexer::LexString()
    [all...]
TGLexer.h 1 //===- TGLexer.h - Lexer for TableGen Files ---------------------*- C++ -*-===//
66 /// TGLexer - TableGen Lexer class.
67 class TGLexer {
90 TGLexer(SourceMgr &SrcMgr);
TGParser.h 17 #include "TGLexer.h"
89 TGLexer Lex;
132 const TGLexer::DependenciesMapTy &getDependencies() const {

Completed in 658 milliseconds