My apologies if this is asked before - I was looking through the archive
until my eyes hurts.
Does Semantic parses and stores multiple function definitions in c++? i.e.
void func(int a, int b)
void func(int a, int b, int c)
It seems like I can only find reference to the first definition. Is this
a limitation of Semantic, i.e. only one object of the same name can be
stored?
Thanks,
Xinlu
|