User forums > Using Code::Blocks

How to find all references to a function

(1/1)

knightcoder:
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]~

ollydbg:
If you installed the "thread search" plugin, there is another context menu:

"find occurrences of XXXXX".

Navigation

[0] Message Index

Go to full version