Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/CXX/temp/temp.spec/
H A Dpart.spec.cpp251 template <int X> class PCT3 {}; class
268 template <> struct PCT2<TestClass::ProtectedClass, TestClass::PublicClass> : PCT3<TestClass::public…
269 template <> class PCT3<TestClass::protectedStaticInt> : PCT4<&TestClass::publicFunc> {}; class
292 template <> class PCT2<TestClass::PrivateClass, TestClass::PrivateClass> : PCT3<TestClass::protecte…
294 template <> class PCT3<TestClass::privateStaticInt> : PCT4<&TestClass::protectedFunc> {}; class