Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/Tools/mlir-lsp-server/
H A DMLIRServer.cpp37 static std::optional<lsp::Location> getLocationFromLoc(StringRef uriScheme, in getLocationFromLoc()
60 StringRef uriScheme, const lsp::URIForFile *uri = nullptr) { in getLocationFromLoc()
212 StringRef uriScheme = uri.scheme(); in getLspDiagnoticFromDiag() local
/llvm-project/mlir/lib/Tools/lsp-server-support/
H A DProtocol.cpp198 std::string uriScheme = percentDecode(schemeStr); in parseFilePathFromURI() local