Searched refs:LastErrorMessage (Results 1 – 2 of 2) sorted by relevance
53 static SourceMgr setupSM(std::string &LastErrorMessage) { in setupSM() argument55 SM.setDiagHandler(handleDiagnostic, &LastErrorMessage); in setupSM()175 SM(setupSM(LastErrorMessage)), Stream(Buf, SM), YAMLIt(Stream.begin()) {}182 if (LastErrorMessage.empty()) in error()184 Error E = make_error<YAMLParseError>(LastErrorMessage); in error()185 LastErrorMessage.clear(); in error()
53 std::string LastErrorMessage; member