Searched refs:error_msg (Results 1 – 2 of 2) sorted by relevance
71 virtual void OnError(int line_no, const std::string &error_msg) = 0;125 void ReportError(const std::string &error_msg) { in ReportError() argument127 error_handler_->OnError(line_no_, error_msg); in ReportError()
120 const std::string &error_msg) { in FindInMap() argument123 llvm::errs() << error_msg << "\n"; in FindInMap()