Searched refs:absoluteFilepath (Results 1 – 2 of 2) sorted by relevance
222 llvm::Expected<URIForFile> URIForFile::fromFile(StringRef absoluteFilepath) { in fromFile() argument223 llvm::Expected<std::string> uri = uriFromAbsolutePath(absoluteFilepath); in fromFile()
107 static llvm::Expected<URIForFile> fromFile(StringRef absoluteFilepath);