Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/index/remote/marshalling/
H A DMarshalling.cpp327 llvm::Expected<std::string> Marshaller::uriToRelativePath(llvm::StringRef URI) { in uriToRelativePath() function in clang::clangd::remote::Marshaller
396 auto RelativePath = uriToRelativePath(Location.FileURI); in toProtobuf()
414 auto RelativePath = uriToRelativePath(Header); in toProtobuf()
H A DMarshalling.h77 llvm::Expected<std::string> uriToRelativePath(llvm::StringRef URI);
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/remote/
H A DMarshallingTests.cpp438 auto RelativePath = ProtobufMarshaller.uriToRelativePath( in TEST()
445 RelativePath = WrongMarshaller.uriToRelativePath( in TEST()