Home
last modified time | relevance | path

Searched refs:fromURI (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Tools/lsp-server-support/
H A DProtocol.cpp215 llvm::Expected<URIForFile> URIForFile::fromURI(StringRef uri) { in fromURI() function in URIForFile
226 return fromURI(*uri); in fromFile()
232 llvm::Expected<URIForFile> expectedURI = URIForFile::fromURI(*str); in fromJSON()
H A DProtocol.h104 static llvm::Expected<URIForFile> fromURI(StringRef uri);
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DProtocol.cpp58 llvm::Expected<URIForFile> URIForFile::fromURI(const URI &U, in fromURI() function in clang::clangd::URIForFile
79 auto U = URIForFile::fromURI(*Parsed, /*HintPath=*/""); in fromJSON()
H A DProtocol.h100 static llvm::Expected<URIForFile> fromURI(const URI &U,
H A DXRefs.cpp128 auto U = URIForFile::fromURI(*Uri, TUPath); in toLSPLocation()