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 40 of file Parser.h.
ParseException::ParseException | ( | const std::string & | filename, | |
const std::string & | message, | |||
int | LineNo = -1 , |
|||
int | ColNo = -1 | |||
) |
Definition at line 55 of file Parser.cpp.
ParseException::ParseException | ( | const ParseException & | E | ) |
const void llvm::ParseException::getErrorLocation | ( | int & | Line, | |
int & | Column | |||
) | const [inline] |
const std::string& llvm::ParseException::getFilename | ( | ) | const [inline] |
const std::string ParseException::getMessage | ( | ) | const |
const std::string& llvm::ParseException::getRawMessage | ( | ) | const [inline] |