Searched refs:AlsoInNamespace (Results 1 – 2 of 2) sorted by relevance
6 template <typename T> struct AlsoInNamespace { T field; }; struct7 extern template struct AlsoInNamespace<int>;
63 Namespace::AlsoInNamespace<int> t4;64 // CHECK-DAG: ClassTemplateSpecializationDecl {{.*}} imported in A.B struct AlsoInNamespace