Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: knightcoder on November 01, 2009, 12:26:40 am

Title: How to find all references to a function
Post by: knightcoder on November 01, 2009, 12:26:40 am
Hi all.
I'm new to Code::Blocks. I've created a project with quite a few files/functions in it. When I right-click on a function, it takes me to either the implementation or the declaration of the function. How can I find all the places where that function is called? I know grep would work but I can't distinguish between overloaded functions.

Thanks.

~[Hack the Planet]~

Title: Re: How to find all references to a function
Post by: ollydbg on November 01, 2009, 01:53:01 am
If you installed the "thread search" plugin, there is another context menu:

"find occurrences of XXXXX".