Hey all! When encountering a CXCursor_NamespaceAlias - how can I get the aliased namespace? I.e.: namespace n1 {}; // how do I figure out that n2 aliases n1? namespace n2 = n1; I'm looking for something similar to clang_getTypedefDeclUnderlyingType. Bye -- Milian Wolff mail at milianw.de http://milianw.de