Returns an SymbolIndex client that passes requests to remote index located at Address
.
The client allows synchronous RPC calls. IndexRoot
is an absolute path on the local machine to the source tree described by the remote index. Paths returned by the index will be treated as relative to this directory.
This method attempts to resolve the address and establish the connection.
- Returns
- nullptr if the address is not resolved during the function call or if the project was compiled without Remote Index support.
Definition at line 192 of file Client.cpp.