Searched refs:LastErrorMessage (Results 1 – 2 of 2) sorted by relevance
52 static SourceMgr setupSM(std::string &LastErrorMessage) { in setupSM() argument54 SM.setDiagHandler(handleDiagnostic, &LastErrorMessage); in setupSM()174 : RemarkParser{Format::YAML}, StrTab(std::move(StrTab)), LastErrorMessage(), in YAMLRemarkParser()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()
55 std::string LastErrorMessage; member