Lines Matching refs:protectedStaticInt
52 static constexpr int protectedStaticInt = 43; member in TestClass
117 template class IT3<TestClass::protectedStaticInt>;
125 template class IT8<&TestClass::protectedFunc, TestClass::protectedStaticInt>;
126 template class IT8<&TestClass::protectedFuncOverloaded, TestClass::protectedStaticInt>;
199 template <> struct CT3<TestClass::protectedStaticInt>;
211 template <> class CT3<TestClass::protectedStaticInt> final {};
269 template <> class PCT3<TestClass::protectedStaticInt> : PCT4<&TestClass::publicFunc> {};
292 …ss PCT2<TestClass::PrivateClass, TestClass::PrivateClass> : PCT3<TestClass::protectedStaticInt> {};
365 template <typename T> class CTT3<T, TestClass::protectedStaticInt> final {};
437 template <typename T> class PCTT3<T, TestClass::protectedStaticInt> : PCTT4<T, &TestClass::publicFu…
462 …ss::PrivateClass, TestClass::TemplatePrivateClass<T>> : PCTT3<T, TestClass::protectedStaticInt> {};