Searched refs:relativePathToURI (Results 1 – 3 of 3) sorted by relevance
421 auto URIString = ProtobufMarshaller.relativePathToURI("lib/File.cpp"); in TEST()424 URIString = ProtobufMarshaller.relativePathToURI("/lib/File.cpp"); in TEST()428 URIString = ProtobufMarshaller.relativePathToURI(std::string()); in TEST()
313 Marshaller::relativePathToURI(llvm::StringRef RelativePath) { in relativePathToURI() function in clang::clangd::remote::Marshaller383 auto URIString = relativePathToURI(Message.file_path()); in fromProtobuf()424 auto URIString = relativePathToURI(Header); in fromProtobuf()
74 llvm::Expected<std::string> relativePathToURI(llvm::StringRef RelativePath);