rtags

Source code cross-referencer with clang frontend for C/C++

brewmacoslinux
Try with needOr install directly
Source

About

Source code cross-referencer like ctags with a clang frontend

Commands

rcrdmrg

Examples

Start the rtags daemon$ rdm
Index a project directory$ rc -J /path/to/project
Find all references to a symbol$ rc -e -r 'symbolName' /path/to/file.cpp