Searched refs:ReportError (Results 1 – 4 of 4) sorted by relevance
102 ReportError("Bad introduced tag: " + std::string(tag)); in ParseSymbolTags()116 ReportError("Bad introduced tag " + std::string(tag)); in ParseSymbolTags()169 ReportError("No semicolon at the end of the symbol line: " + line); in ParseSymbolLine()254 ReportError("No matching closing parenthesis"); in ParseVersionBlock()275 ReportError("No version opening parenthesis" + line); in Parse()
105 void ReportError(const std::string &error_msg) { in ReportError() function
60 ReportError(line_no, "bad section name line"); in ParseLine()71 ReportError(line_no, "bad key-value line"); in ParseLine()
166 void ReportError(size_t line_no, const char *cause) { in ReportError() function