The line "using namespace someNamespace;" is splitting SomeClass methods section in VA Outline. I feel that splitting here is not very good since readability gets broken. Are you agree?
I agree this is not ideal, however this also looks correct. Live Outline is reporting the true ordering of items in this file.
Placing the "using namespace" line under the class parent node is wrong. Removing the "using namespace" line from Live Outline does not sound very helpful.
In this case I would suggest you need to place the using namespace line at the top of the file.