Home | History | Annotate | Download | only in SemaCXX

Lines Matching defs:AAA

128 class CCC { public: void AAA() { } };
141 class AAA {}; // expected-note {{'N::AAA' declared here}}
144 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'?}}
149 class AAA {}; // expected-note {{'N::AAA' declared here}}
152 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'?}}