Home
last modified time | relevance | path

Searched refs:connection_handler (Results 1 – 1 of 1) sorted by relevance

/llvm-project/clang-tools-extra/clangd/xpc/
H A DXPCTransport.cpp50 void connection_handler(xpc_connection_t clientConnection);
92 friend void xpcClosure::connection_handler(xpc_connection_t clientConnection);
150 void connection_handler(xpc_connection_t clientConnection) { in connection_handler() function
204 xpc_main(xpcClosure::connection_handler); in loop()