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()174 SM(setupSM(LastErrorMessage)), Stream(Buf, SM), YAMLIt(Stream.begin()) {}181 if (LastErrorMessage.empty()) in error()183 Error E = make_error<YAMLParseError>(LastErrorMessage); in error()184 LastErrorMessage.clear(); in error()
53 std::string LastErrorMessage; member