Searched refs:LastErrorMessage (Results 1 – 2 of 2) sorted by relevance
54 static SourceMgr setupSM(std::string &LastErrorMessage) { in setupSM() argument56 SM.setDiagHandler(handleDiagnostic, &LastErrorMessage); in setupSM()148 : RemarkParser{Format::YAML}, SM(setupSM(LastErrorMessage)), in YAMLRemarkParser()156 if (LastErrorMessage.empty()) in error()158 Error E = make_error<YAMLParseError>(LastErrorMessage); in error()159 LastErrorMessage.clear(); in error()
51 std::string LastErrorMessage; member