Searched defs:DerivedFromDependentBase (Results 1 – 1 of 1) sorted by relevance
107 struct DerivedFromDependentBase : BaseTemplate<T> { struct108 typename __super::XXX a;109 typedef typename __super::XXX b;111 __super::XXX c; // expected-warning {{implicit 'typename' is a C++20 extension}}112 typedef __super::XXX d; // expected-warning {{implicit 'typename' is a C++20 extension}}114 void foo() { in foo()