Lines Matching refs:TemplateProtectedClass
35 template <class T> class TemplateProtectedClass {}; class in TestClass
114 template struct IT1<TestClass::TemplateProtectedClass<int>>;
124 template struct IT7<TestClass::ProtectedClass, TestClass::TemplateProtectedClass<TestClass::Protect…
195 template <typename T> class CT1<TestClass::TemplateProtectedClass<T>>; // not full but let it be he…
196 template <> class CT1<TestClass::TemplateProtectedClass<int>>;
207 template <typename T> class CT1<TestClass::TemplateProtectedClass<T>> final {}; // not full but let…
208 template <> class CT1<TestClass::TemplateProtectedClass<int>> {};
359 template <typename T> class CTT1<T, TestClass::TemplateProtectedClass<T>> final {};
360 template <typename T> struct CTT1<T, TestClass::TemplateProtectedClass<int>> {};
434 …name T> class PCTT1<T, TestClass::TemplatePublicClass<TestClass::TemplateProtectedClass<T>>> final…
481 …1>::template NCT3<T2, TestClass::TemplatePrivateClass<TestClass::TemplateProtectedClass<TestClass:…