The eclipse call hierarchy for CDT does not display all function calls for some of my functions. All my source is in the project folder. I tried adding locations to project-> properties-> C / C ++ General-> Paths and Symbols and rebuilt the index, but it did not work. For example, one function is called several times from some library code. This is not a virtual function or anything else, but using ctrl-click works. The project also compiles.
If anything, can someone tell me where to look to fix this? Perhaps I did not create the project correctly, and he does not know that all the files are different from the same project. I know that there are several ways to import / create a project in C ++, and maybe I did not do it right. Or maybe I need to delete the intellisense file to restore indexing.
source share