Home | History | Annotate | Download | only in SemaCXX

Lines Matching refs:AAA

130 class CCC { public: void AAA() { } };
143 class AAA {}; // expected-note {{'N::AAA' declared here}}
146 using N::M::AAA; // expected-error {{no member named 'AAA' in namespace 'using_suggestion_ty_dropped_nested_specifier::N::M'; did you mean 'N::AAA'?}}
151 class AAA {}; // expected-note {{'N::AAA' declared here}}
154 using typename N::M::AAA; // expected-error {{no member named 'AAA' in namespace 'using_suggestion_tyname_ty_dropped_nested_specifier::N::M'; did you mean 'N::AAA'?}}