Home
last modified time | relevance | path

Searched defs:JSONStubError (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/TextAPI/
H A DTextStubV5.cpp170 class JSONStubError : public llvm::ErrorInfo<llvm::json::ParseError> { class
172 JSONStubError(Twine ErrMsg) : Message(ErrMsg.str()) {} in JSONStubError() function in __anon8456efec0111::JSONStubError