Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Tools/mlir-lsp-server/
H A DMLIRServer.h28 class URIForFile; variable
/llvm-project-15.0.7/mlir/lib/Tools/tblgen-lsp-server/
H A DTableGenServer.h25 class URIForFile; variable
/llvm-project-15.0.7/mlir/lib/Tools/mlir-pdll-lsp-server/
H A DPDLLServer.h33 class URIForFile; variable
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DProtocol.h84 struct URIForFile { struct
109 friend bool operator==(const URIForFile &LHS, const URIForFile &RHS) { argument
122 explicit URIForFile(std::string &&File) : File(std::move(File)) {} in URIForFile() function
127 /// Serialize/deserialize \p URIForFile to/from a string URI. argument
/llvm-project-15.0.7/mlir/lib/Tools/lsp-server-support/
H A DProtocol.h128 explicit URIForFile(std::string &&filePath, std::string &&uriStr) in URIForFile() function