Searched refs:cpplexer_exception (Results 1 – 2 of 2) sorted by relevance
131 class BOOST_SYMBOL_VISIBLE cpplexer_exception class135 cpplexer_exception(std::size_t line_, std::size_t column_, char const *filename_) throw() in cpplexer_exception() function in boost::wave::cpplexer::cpplexer_exception143 ~cpplexer_exception() throw() {} in ~cpplexer_exception()164 public cpplexer_exception179 : cpplexer_exception(line_, column_, filename_), in lexing_exception()
1822 error inside the lexer is now propagated as an cpplexer_exception.