> When i place a cursor on usage of a #define say ABC in b.c file
> (#define ABC 10 in a.h file),
> and run the command find references of symbol from senator menu.(for symbol ABC)
> The semantic symref is not listing all the references,
> It is not listing the places present in a.cpp file,
> a.cpp and b.c and a.c are present in ~/test directory and
> a.h is present in ~/test/inc directory.
> and also it is not listing the place of defintion in a.h
> I have added both "/" and "/inc" in include path.
>
The source is like this.
in ~/test directory,
a.cpp, a.c and b.c are present and in ./test/inc/, a.h is present.
|