Searched defs:JSONStubError (Results 1 – 1 of 1) sorted by relevance
170 class JSONStubError : public llvm::ErrorInfo<llvm::json::ParseError> { class172 JSONStubError(Twine ErrMsg) : Message(ErrMsg.str()) {} in JSONStubError() function in __anon8456efec0111::JSONStubError