Qt have something like this on their headers: inline static int foo(int blah) { .... } `inline' is reported, but not `static'. Is this a limitation of gcc-xml or a bug?