Home
last modified time | relevance | path

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

/llvm-project/clang/test/CXX/temp/temp.spec/
H A Dpart.spec.cpp251 template <int X> class PCT3 {}; class
269 template <> class PCT3<TestClass::protectedStaticInt> : PCT4<&TestClass::publicFunc> {}; class
294 template <> class PCT3<TestClass::privateStaticInt> : PCT4<&TestClass::protectedFunc> {}; class