Lines Matching refs:ProtectedClass
34 class ProtectedClass {}; class in TestClass
113 template class IT1<TestClass::ProtectedClass>;
116 template struct IT2<TestClass::ProtectedClass, TestClass::ProtectedClass>;
122 template class IT6<TestClass::ProtectedClass>::template NIT1<TestClass::ProtectedClass>;
123 template class IT7<TestClass::AliasProtectedClass, TestClass::ProtectedClass>;
124 template struct IT7<TestClass::ProtectedClass, TestClass::TemplateProtectedClass<TestClass::Protect…
127 template class IT9<TestClass::ProtectedClass, &TestClass::protectedStaticFunc>;
128 template class IT9<TestClass::ProtectedClass, &TestClass::protectedStaticFuncOverloaded>;
129 template class IT9<TestClass::ProtectedClass, &globalFunction>;
194 template <> class CT1<TestClass::ProtectedClass>;
198 template <> class CT2<TestClass::ProtectedClass, TestClass::ProtectedClass>;
204 template <> template <> class CT6<TestClass::ProtectedClass>::NCT1<TestClass::ProtectedClass>;
206 template <> class CT1<TestClass::ProtectedClass> {};
210 template <> class CT2<TestClass::ProtectedClass, TestClass::ProtectedClass> {};
216 template <> template <> class CT6<TestClass::ProtectedClass>::NCT1<TestClass::ProtectedClass> {};
217 template <> template <typename NT> class CT6<TestClass::ProtectedClass>::NCT2 final {}; // declarat…
268 template <> struct PCT2<TestClass::ProtectedClass, TestClass::PublicClass> : PCT3<TestClass::public…
277 template <> class PCT5<&globalFunction> : PCT6<TestClass::ProtectedClass>::NPCT1<int> {};
279 template <> template <> class PCT6<TestClass::PublicClass>::NPCT1<TestClass::ProtectedClass> : PCT6…
285 …:TemplatePrivateClass<T>> : PCT2<TestClass::PrivateClass, TestClass::ProtectedClass> {}; // not fu…
290 template <> class PCT1<TestClass::AliasPrivateClass> : PCT2<TestClass::ProtectedClass, TestClass::P…
358 template <typename T> class CTT1<T, TestClass::ProtectedClass> {};
362 template <typename T> struct CTT2<T, TestClass::ProtectedClass, TestClass::ProtectedClass> {};
363 template <typename T> class CTT2<TestClass::ProtectedClass, T, TestClass::ProtectedClass> final {};
364 template <typename T> struct CTT2<TestClass::ProtectedClass, TestClass::ProtectedClass, T> {};
371 template <typename T1> template <typename T2> class CTT6<T1, TestClass::ProtectedClass>::template N…
372 …pename T2> template <typename T3> class CTT6<T1, T2>::NCT3<T3, TestClass::ProtectedClass> final {};
374 …plate <typename T2> class CTT6<T1, TestClass::ProtectedClass>::template NCT3<T2, TestClass::Protec…
375 …pename T2> template <typename T3> class CTT6<T1, T2>::NCT4<T3, TestClass::ProtectedClass> final {};
376 template <typename T> class CTT6<TestClass::ProtectedClass, T> {
380 …T1> template <typename T2> class CTT6<TestClass::ProtectedClass, T1>::NCT3<T2, TestClass::Protecte…
381 template <typename T1> template <typename, typename> class CTT6<TestClass::ProtectedClass, T1>::NCT…
382 …T1> template <typename T2> class CTT6<TestClass::ProtectedClass, T1>::NCT4<T2, TestClass::Protecte…
434 …ePublicClass<TestClass::TemplateProtectedClass<T>>> final : PCTT1<T, TestClass::ProtectedClass> {};
436 template <typename T> class PCTT2<T, TestClass::ProtectedClass, TestClass::PublicClass> final : PCT…
443 template <typename T> class PCTT5<T, &globalFunction> : PCTT6<T, TestClass::ProtectedClass>::templa…
449 …<typename NT> class PCTT6<T, TestClass::ProtectedClass>::template NCT1<NT *> : PCTT6<T, TestClass:…
455 …rivateClass<T>> final : PCTT2<T, TestClass::PrivateClass, TestClass::ProtectedClass> {}; // not fu…
460 …t PCTT1<T, TestClass::AliasPrivateClass> final : PCTT2<T, TestClass::ProtectedClass, TestClass::Pr…