Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/CXX/temp/temp.spec/
H A Dpart.spec.cpp70 static constexpr int privateStaticInt = 44; member in TestClass
136 template class IT3<TestClass::privateStaticInt>;
144 template class IT8<&TestClass::privateFunc, TestClass::privateStaticInt>;
145 template class IT8<&TestClass::privateFuncOverloaded, TestClass::privateStaticInt>;
225 template <> class CT3<TestClass::privateStaticInt>;
237 template <> class CT3<TestClass::privateStaticInt> {};
294 template <> class PCT3<TestClass::privateStaticInt> : PCT4<&TestClass::protectedFunc> {};
393 template <typename T> class CTT3<T, TestClass::privateStaticInt> {};
464 template <typename T> class PCTT3<T, TestClass::privateStaticInt> final : PCTT4<T, &TestClass::prot…