Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/CXX/temp/temp.spec/
H A Dpart.spec.cpp155 template <int X> class CT3 {}; class
171 template <> class CT3<TestClass::publicStaticInt>;
184 template <> class CT3<TestClass::publicStaticInt> {}; class
199 template <> struct CT3<TestClass::protectedStaticInt>;
211 template <> class CT3<TestClass::protectedStaticInt> final {}; class
225 template <> class CT3<TestClass::privateStaticInt>;
237 template <> class CT3<TestClass::privateStaticInt> {}; class