Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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-15.0.7/clang-tools-extra/clangd/index/remote/
H A DClient.cpp185 std::unique_ptr<clangd::SymbolIndex> getClient(llvm::StringRef Address, in getClient() function
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DDiagnostic.h567 DiagnosticConsumer *getClient() { return Client; } in getClient() function
568 const DiagnosticConsumer *getClient() const { return Client; } in getClient() function