Home
last modified time | relevance | path

Searched refs:relativePathToURI (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/clang-tools-extra/clangd/unittests/remote/
DMarshallingTests.cpp421 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()
/external/llvm-project/clang-tools-extra/clangd/index/remote/marshalling/
DMarshalling.cpp313 Marshaller::relativePathToURI(llvm::StringRef RelativePath) { in relativePathToURI() function in clang::clangd::remote::Marshaller
383 auto URIString = relativePathToURI(Message.file_path()); in fromProtobuf()
424 auto URIString = relativePathToURI(Header); in fromProtobuf()
DMarshalling.h74 llvm::Expected<std::string> relativePathToURI(llvm::StringRef RelativePath);