OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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"
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++ -*-===//
61
///
TGLexer
- TableGen Lexer class.
62
class
TGLexer
{
85
TGLexer
(SourceMgr &SrcMgr);
86
~
TGLexer
() {}
Completed in 1518 milliseconds