呼び出しの階層を見る
Call Hierarchy ビューを使用して、言語サーバーから発着信する関数コールを確認します。
コード・エディターで関数定義にカーソルを置くと、その関数を呼び出す関数と呼び出す関数のリストが表示されます。これは再帰的に動作するので、呼び出し元の呼び出し元も見ることができます。ただし、Clangdは着信コールのリストしか表示しません。
エディター・ツールバーの
を選択し、Restart を選択して関数の呼び出し階層情報を収集します。

言語サーバーの管理も参照してください 。
Copyright © The Qt Company Ltd. and other contributors. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.