Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clangd/
H A DURI.h35 llvm::StringRef authority() const { return Authority; } in authority() function
/llvm-project/mlir/lib/Tools/lsp-server-support/
H A DProtocol.cpp141 StringRef authority; in uriFromAbsolutePath() local
167 static llvm::Expected<std::string> getAbsolutePath(StringRef authority, in getAbsolutePath()