Foo                27 test/lisp/cedet/semantic-utest-ia-resources/testdoublens.cpp     Foo::Foo()
Foo                34 test/lisp/cedet/semantic-utest-ia-resources/testdoublens.cpp     int Foo::get() // ^1^
Foo                42 test/lisp/cedet/semantic-utest-ia-resources/testdoublens.cpp     void Foo::publishStuff(int a, int b) // ^2^
Foo                50 test/lisp/cedet/semantic-utest-ia-resources/testdoublens.cpp     void Foo::publishStuff(char a, char b) // ^4^
Foo                56 test/lisp/cedet/semantic-utest-ia-resources/testdoublens.cpp     void Foo::sendStuff(int a, int b) // ^3^
Foo                61 test/lisp/cedet/semantic-utest-ia-resources/testdoublens.cpp       Foo::publishStuff(1,2)
Foo               124 test/lisp/cedet/semantic-utest-ia-resources/testdoublens.cpp     class Bar : public Foo
Foo               169 test/lisp/cedet/semantic-utest-ia-resources/testdoublens.cpp       e::Foo &foo;
Foo                29 test/lisp/cedet/semantic-utest-ia-resources/testdoublens.hpp       Foo();
Foo                30 test/lisp/cedet/semantic-utest-ia-resources/testdoublens.hpp       ~Foo();
Foo                43 test/lisp/cedet/semantic-utest-ia-resources/testdoublens.hpp     typedef Foo stage1_Foo;
Foo                49 test/lisp/cedet/semantic-utest-ia-resources/testdoublens.hpp   typedef Name2::Foo decl_stage1_Foo;
Foo                67 test/lisp/cedet/semantic-utest-ia-resources/testdoublens.hpp       mutable a::b::Foo::Dum dumdum;
Foo                90 test/lisp/cedet/semantic-utest-ia-resources/testnsp.cpp   another::Name1::Name2::Foo a;