LLVM API Documentation
#include <Parser.h>
Collaboration diagram for llvm::ParseException:
Public Member Functions | |
ParseException (const std::string &filename, const std::string &message, int LineNo=-1, int ColNo=-1) | |
ParseException (const ParseException &E) | |
const std::string | getMessage () const |
const std::string & | getRawMessage () const |
const std::string & | getFilename () const |
const void | getErrorLocation (int &Line, int &Column) const |
Definition at line 39 of file Parser.h.
|
Definition at line 51 of file Parser.cpp. |
|
Definition at line 58 of file Parser.cpp. |
|
|
|
|
|
Definition at line 65 of file Parser.cpp. |
|
|