Home | History | Annotate | Download | only in SemaCXX

Lines Matching full:isgood

99 // Ensure we correct the redecl of Foo::isGood to Bar::Foo::isGood and not
100 // Foo::IsGood even though Foo::IsGood is technically a closer match since it
105 bool IsGood() { return false; }
110 bool isGood(); // expected-note {{'Bar::Foo::isGood' declared here}}
114 bool Foo::isGood() { // expected-error {{out-of-line definition of 'isGood' does not match any declaration in namespace 'redecl_typo::Foo'; did you mean 'Bar::Foo::isGood'?}}