Right now because of this issue rename cannot be initiated at name qualifiers in a template specialisation, e.g.:
struct Outer { template<typename T> struct Nested { }; }; template<> struct Outer::Nested<int>; // Rename cannot be initiated at 'Outer' because the NNSL is not visited by the RecursiveASTVisitor