Searched refs:uriToRelativePath (Results 1 – 3 of 3) sorted by relevance
326 llvm::Expected<std::string> Marshaller::uriToRelativePath(llvm::StringRef URI) { in uriToRelativePath() function in clang::clangd::remote::Marshaller395 auto RelativePath = uriToRelativePath(Location.FileURI); in toProtobuf()413 auto RelativePath = uriToRelativePath(Header); in toProtobuf()
77 llvm::Expected<std::string> uriToRelativePath(llvm::StringRef URI);
438 auto RelativePath = ProtobufMarshaller.uriToRelativePath( in TEST()445 RelativePath = WrongMarshaller.uriToRelativePath( in TEST()