LLVM  8.0.1
Classes | Public Types | Public Member Functions | List of all members
llvm::TGLexer Class Reference

TGLexer - TableGen Lexer class. More...

#include "TableGen/TGLexer.h"

Public Types

typedef std::map< std::string, SMLocDependenciesMapTy
 

Public Member Functions

 TGLexer (SourceMgr &SrcMgr, ArrayRef< std::string > Macros)
 
tgtok::TokKind Lex ()
 
const DependenciesMapTygetDependencies () const
 
tgtok::TokKind getCode () const
 
const std::string & getCurStrVal () const
 
int64_t getCurIntVal () const
 
std::pair< int64_t, unsignedgetCurBinaryIntVal () const
 
SMLoc getLoc () const
 

Detailed Description

TGLexer - TableGen Lexer class.

Definition at line 74 of file TGLexer.h.

Member Typedef Documentation

◆ DependenciesMapTy

typedef std::map<std::string, SMLoc> llvm::TGLexer::DependenciesMapTy

Definition at line 91 of file TGLexer.h.

Constructor & Destructor Documentation

◆ TGLexer()

TGLexer::TGLexer ( SourceMgr SrcMgr,
ArrayRef< std::string >  Macros 
)

Member Function Documentation

◆ getCode()

tgtok::TokKind llvm::TGLexer::getCode ( ) const
inline

Definition at line 107 of file TGLexer.h.

◆ getCurBinaryIntVal()

std::pair<int64_t, unsigned> llvm::TGLexer::getCurBinaryIntVal ( ) const
inline

Definition at line 119 of file TGLexer.h.

References assert(), llvm::tgtok::BinaryIntVal, and Kind.

◆ getCurIntVal()

int64_t llvm::TGLexer::getCurIntVal ( ) const
inline

Definition at line 115 of file TGLexer.h.

References assert(), and llvm::tgtok::IntVal.

◆ getCurStrVal()

const std::string& llvm::TGLexer::getCurStrVal ( ) const
inline

◆ getDependencies()

const DependenciesMapTy& llvm::TGLexer::getDependencies ( ) const
inline

Definition at line 103 of file TGLexer.h.

Referenced by llvm::TGParser::getDependencies().

◆ getLoc()

SMLoc TGLexer::getLoc ( ) const

◆ Lex()

tgtok::TokKind llvm::TGLexer::Lex ( )
inline

Definition at line 99 of file TGLexer.h.

References llvm::StringRef::begin().

Referenced by getLoc().


The documentation for this class was generated from the following files: