Searched refs:URIString (Results 1 – 2 of 2) sorted by relevance
421 auto URIString = ProtobufMarshaller.relativePathToURI("lib/File.cpp"); in TEST() local422 ASSERT_TRUE(bool(URIString)); in TEST()424 URIString = ProtobufMarshaller.relativePathToURI("/lib/File.cpp"); in TEST()425 EXPECT_FALSE(bool(URIString)); in TEST()426 llvm::consumeError(URIString.takeError()); in TEST()428 URIString = ProtobufMarshaller.relativePathToURI(std::string()); in TEST()429 EXPECT_FALSE(bool(URIString)); in TEST()430 llvm::consumeError(URIString.takeError()); in TEST()
384 auto URIString = relativePathToURI(Message.file_path()); in fromProtobuf() local385 if (!URIString) in fromProtobuf()386 return URIString.takeError(); in fromProtobuf()387 Location.FileURI = Strings.save(*URIString).begin(); in fromProtobuf()425 auto URIString = relativePathToURI(Header); in fromProtobuf() local426 if (!URIString) in fromProtobuf()427 return URIString.takeError(); in fromProtobuf()428 Header = *URIString; in fromProtobuf()