Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] How to identify the called function?


Hi

Say a function foo is declared in foo.h, defined in foo.c and used in use.c;
The function has 3 different bindings in the ASTs of these 3 files. Then how
does one identify which function is being called in use.c and where its
definition is?

Thanks,
mani

-- 
View this message in context: http://www.nabble.com/How-to-identify-the-called-function--tp23757709p23757709.html
Sent from the Eclipse CDT - Development mailing list archive at Nabble.com.



Back to the top