Home
last modified time | relevance | path

Searched defs:getClient (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang-tools-extra/clangd/index/remote/unimplemented/
H A DUnimplementedClient.cpp17 std::unique_ptr<clangd::SymbolIndex> getClient(llvm::StringRef Address, in getClient() function
/llvm-project/clang-tools-extra/clangd/index/remote/
H A DClient.cpp185 std::unique_ptr<clangd::SymbolIndex> getClient(llvm::StringRef Address, getClient() function
/llvm-project/clang/include/clang/Basic/
H A DDiagnostic.h572 DiagnosticConsumer *getClient() { return Client; } getClient() function
573 const DiagnosticConsumer *getClient() const { return Client; } getClient() function