Home
last modified time | relevance | path

Searched defs:URIString (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clangd/index/remote/marshalling/
H A DMarshalling.cpp384 auto URIString = relativePathToURI(Message.file_path()); in fromProtobuf() local
425 auto URIString = relativePathToURI(Header); in fromProtobuf() local
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/remote/
H A DMarshallingTests.cpp421 auto URIString = ProtobufMarshaller.relativePathToURI("lib/File.cpp"); in TEST() local