Home
last modified time | relevance | path

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

/llvm-project/clang/test/CXX/temp/temp.spec/
H A Dpart.spec.cpp253 template <void (*)()> class PCT5 {}; class
272 template <> class PCT5<&TestClass::protectedStaticFunc> : PCT5<&TestClass::publicStaticFuncOverload… class
274 template <> class PCT5<&TestClass::protectedStaticFuncOverloaded> : PCT6<TestClass::PublicClass>::N… class
277 template <> class PCT5<&globalFunction> : PCT6<TestClass::ProtectedClass>::NPCT1<int> {}; class
299 template <> class PCT5<&TestClass::privateStaticFunc> : P1 {}; class
304 template <> class PCT5<&TestClass::privateStaticFuncOverloaded> : PCT6<TestClass::PrivateClass>::NP… class