Introduce a new helper for getting minimally required qualifiers
necessary to spell a name at a point in a given DeclContext. Currently takes
using directives and nested namespecifier of DeclContext itself into account.
Initially will be used in define inline and outline actions.
NIT: using namespace directives
otherwise it's too easy to confuse those with using declarations, i.e. using ns::foo;