Searched refs:expectedURI (Results 1 – 1 of 1) sorted by relevance
232 llvm::Expected<URIForFile> expectedURI = URIForFile::fromURI(*str); in fromJSON() local233 if (!expectedURI) { in fromJSON()235 consumeError(expectedURI.takeError()); in fromJSON()238 result = std::move(*expectedURI); in fromJSON()