Home
last modified time | relevance | path

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

/llvm-project/clang/test/CXX/temp/temp.spec/
H A Dpart.spec.cpp38 using AliasProtectedClass = const char; typedef in TestClass
115 template class IT1<TestClass::AliasProtectedClass>;
123 template class IT7<TestClass::AliasProtectedClass, TestClass::ProtectedClass>;
197 template <> struct CT1<TestClass::AliasProtectedClass>;
209 template <> class CT1<TestClass::AliasProtectedClass> final {};
267 template <> class PCT1<TestClass::AliasProtectedClass> : PCT2<TestClass::PublicClass, int> {};
287 template <> class PCT1<TestClass::TemplatePrivateClass<int>> : PCT1<TestClass::AliasProtectedClass>…
361 template <typename T> class CTT1<T, TestClass::AliasProtectedClass> final {};
435 template <typename T> struct PCTT1<T, TestClass::AliasProtectedClass> : PCTT2<T, TestClass::PublicC…
457 …class PCTT1<T, TestClass::TemplatePrivateClass<int>> : PCTT1<T, TestClass::AliasProtectedClass> {};