Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/
DProtocol.h75 struct URIForFile { struct
100 friend bool operator==(const URIForFile &LHS, const URIForFile &RHS) { argument
113 explicit URIForFile(std::string &&File) : File(std::move(File)) {} in URIForFile() function
118 /// Serialize/deserialize \p URIForFile to/from a string URI. argument