When working with C/C++ source code if there is a comment in the beginning of the line where function is defined or declared, then this function would not be presented in the symbol list (called by Ctrl+R).
For example if I comment out for some reason static keyword, this method SettingsManager::initialize() will not get into the list.
/*static*/ SettingManager::initialize();