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