Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/CXX/temp/temp.spec/
H A Dpart.spec.cpp30 static constexpr int publicStaticInt = 42; member in TestClass
97 template class IT3<TestClass::publicStaticInt>;
106 template class IT8<&TestClass::publicFunc, TestClass::publicStaticInt>;
107 template class IT8<&TestClass::publicFuncOverloaded, TestClass::publicStaticInt>;
171 template <> class CT3<TestClass::publicStaticInt>;
184 template <> class CT3<TestClass::publicStaticInt> {};
268 …ruct PCT2<TestClass::ProtectedClass, TestClass::PublicClass> : PCT3<TestClass::publicStaticInt> {};
332 template <typename T> class CTT3<T, TestClass::publicStaticInt> {};
436 …TestClass::ProtectedClass, TestClass::PublicClass> final : PCTT3<T, TestClass::publicStaticInt> {};