p-ranav / fccf

fccf: A command-line tool that quickly searches through C/C++ source code in a directory based on a search string and prints relevant code snippets that match the query.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Search for member function calls of a specific class

quyykk opened this issue · comments

commented

It would be nice to able to search for member function calls of a specific name and class. If the member function has a unique name, I can just use --ie, but if there are other classes with the same member function name (or superset name) then they (ofc) get caught up in the search as well.

It would be nice to be able to specify the type of the object the member function is being called on.

Thanks!