Home
last modified time | relevance | path

Searched refs:ProtectedClass (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/test/CXX/temp/temp.spec/
H A Dpart.spec.cpp34 class ProtectedClass {}; class in TestClass
116 template struct IT2<TestClass::ProtectedClass, TestClass::ProtectedClass>;
122 template class IT6<TestClass::ProtectedClass>::template NIT1<TestClass::ProtectedClass>;
124 template struct IT7<TestClass::ProtectedClass, TestClass::TemplateProtectedClass<TestClass::Protect…
198 template <> class CT2<TestClass::ProtectedClass, TestClass::ProtectedClass>;
204 template <> template <> class CT6<TestClass::ProtectedClass>::NCT1<TestClass::ProtectedClass>;
210 template <> class CT2<TestClass::ProtectedClass, TestClass::ProtectedClass> {};
216 template <> template <> class CT6<TestClass::ProtectedClass>::NCT1<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 {};
[all …]