Searched refs:ReportError (Results 1 – 2 of 2) sorted by relevance
140 ReportError("Bad introduced tag: " + std::string(tag)); in ParseSymbolTags()154 ReportError("Bad introduced tag " + std::string(tag)); in ParseSymbolTags()244 ReportError("No semicolon at the end of the symbol line: " + line); in ParseSymbolLine()330 ReportError("No matching closing parenthesis"); in ParseVersionBlock()351 ReportError("No version opening parenthesis" + line); in Parse()
125 void ReportError(const std::string &error_msg) { in ReportError() function