LLVM API Documentation
#include <LLLexer.h>
Collaboration diagram for llvm::LLLexer:

Public Member Functions | |
| LLLexer (MemoryBuffer *StartBuf) | |
| ~LLLexer () | |
| const char * | getTokStart () const |
| unsigned | getTokLength () const |
| unsigned | getLineNo () const |
| std::string | getFilename () const |
| int | LexToken () |
| const std::string | getError () const |
|
|
Definition at line 156 of file LLLexer.cpp. References llvm::MemoryBuffer::getBufferStart(). |
|
|
|
|
|
|
|
|
Definition at line 160 of file LLLexer.cpp. References llvm::MemoryBuffer::getBufferIdentifier(). Referenced by LLLgetFilename(). |
|
|
Definition at line 38 of file LLLexer.h. Referenced by LLLgetLineNo(). |
|
|
Definition at line 37 of file LLLexer.h. Referenced by LLLgetTokenLength(). |
|
|
Definition at line 36 of file LLLexer.h. Referenced by LLLgetTokenStart(). |
|
|
Definition at line 192 of file LLLexer.cpp. References isLabelTail(). Referenced by llvmAsmlex(). |