Home
last modified time | relevance | path

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

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