Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/Tools/mlir-lsp-server/
H A DMLIRServer.h31 class URIForFile; variable
/llvm-project/mlir/lib/Tools/tblgen-lsp-server/
H A DTableGenServer.h27 class URIForFile; variable
/llvm-project/mlir/lib/Tools/mlir-pdll-lsp-server/
H A DPDLLServer.h35 class URIForFile; variable
/llvm-project/clang-tools-extra/clangd/
H A DProtocol.h84 struct URIForFile { struct
109 friend bool operator==(const URIForFile &LHS, const URIForFile &RHS) { argument
122 URIForFileURIForFile URIForFile() argument
127 FileURIForFile global() argument
[all...]
/llvm-project/mlir/include/mlir/Tools/lsp-server-support/
H A DProtocol.h136 explicit URIForFile(std::string &&filePath, std::string &&uriStr) in URIForFile() function