Implements textdocument/implementation (https://microsoft.github.io/language-server-protocol/specification#textDocument_implementation)
There is no clear semantic in LSP, but VSCode has some documentation about the behaviour: "For an interface, this shows all the implementors of that interface and for abstract methods, this shows all concrete implementations of that method."
This currently shows all concrete methods that overrides a virtual function.