Home
last modified time | relevance | path

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

/external/clang/test/SemaTemplate/
Dmember-access-expr.cpp12 typedef Base CrazyBase; typedef
31 typedef TheBase CrazyBase; // expected-note{{current scope}} in call_f0_through_typedef2() typedef
32 x.CrazyBase::f0(); // expected-error{{ambiguous}} \ in call_f0_through_typedef2()
39 typedef OtherBase CrazyBase; // expected-note{{object type}} typedef