Home
last modified time | relevance | path

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

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