nixd
|
This is the complete list of members for lspserver::URI, including all inherited members.
authority() const | lspserver::URI | inline |
body() const | lspserver::URI | inline |
create(llvm::StringRef AbsolutePath, llvm::StringRef Scheme) | lspserver::URI | static |
create(llvm::StringRef AbsolutePath) | lspserver::URI | static |
createFile(llvm::StringRef AbsolutePath) | lspserver::URI | static |
includeSpelling(const URI &U) | lspserver::URI | static |
operator<(const URI &LHS, const URI &RHS) | lspserver::URI | friend |
operator==(const URI &LHS, const URI &RHS) | lspserver::URI | friend |
parse(llvm::StringRef Uri) | lspserver::URI | static |
resolve(const URI &U, llvm::StringRef HintPath="") | lspserver::URI | static |
resolve(llvm::StringRef FileURI, llvm::StringRef HintPath="") | lspserver::URI | static |
resolvePath(llvm::StringRef AbsPath, llvm::StringRef HintPath="") | lspserver::URI | static |
scheme() const | lspserver::URI | inline |
toString() const | lspserver::URI | |
URI(llvm::StringRef Scheme, llvm::StringRef Authority, llvm::StringRef Body) | lspserver::URI |