Home
last modified time | relevance | path

Searched defs:Client (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Protocol/MCP/
H A DProtocolServerMCP.h91 struct Client { struct
96 llvm::Error ReadCallback(Client &client); argument
/freebsd/contrib/llvm-project/libc/shared/
H A Drpc.h347 struct Client { struct
350 RPC_ATTRS Client &operator=(const Client &) = delete; argument
353 RPC_ATTRS Client(uint32_t port_count, void *buffer) in Client() argument
356 using Port = rpc::Port<false>;
/freebsd/contrib/llvm-project/clang/include/clang/Rewrite/Frontend/
H A DFixItRewriter.h74 DiagnosticConsumer *Client; variable
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/
H A DInterfaceFile.cpp28 auto Client = addEntry(AllowableClients, InstallName); in addAllowableClient() local
379 for (const auto &Client : BA.AllowableClients) in setFromBinaryAttrs() local
/freebsd/contrib/llvm-project/llvm/lib/Debuginfod/
H A DDebuginfod.cpp185 HTTPClient &Client; member in llvm::__anon098c1f4d0211::StreamedHTTPResponseHandler
189 StreamedHTTPResponseHandler(CreateStreamFn CreateStream, HTTPClient &Client) in StreamedHTTPResponseHandler()
295 HTTPClient Client; in getCachedOrDownloadArtifact() local
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DSerializedDiagnosticPrinter.cpp757 auto Client = new TextDiagnosticPrinter(llvm::errs(), State->DiagOpts); in getMetaDiags() local
H A DCompilerInstance.cpp333 DiagnosticConsumer *Client, in createDiagnostics()
341 DiagnosticConsumer *Client, bool ShouldOwnClient, in createDiagnostics()
H A DASTUnit.cpp689 FilterAndStoreDiagnosticConsumer Client; member in __anone37b80710211::CaptureDroppedDiagnostics
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnostic.h341 DiagnosticConsumer *Client = nullptr; variable