Searched refs:redecl_typo (Results 1 - 2 of 2) sorted by relevance

/external/clang/test/SemaCXX/
H A Dfunction-redecl.cpp105 namespace redecl_typo { namespace
116 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'?}}
119 void Foo::beEvil() {} // expected-error {{out-of-line definition of 'beEvil' does not match any declaration in namespace 'redecl_typo::Foo'; did you mean 'BeEvil'?}}
/external/clang/test/FixIt/
H A Dfixit.cpp252 namespace redecl_typo { namespace
262 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'?}}
265 void Foo::beEvil() {} // expected-error {{out-of-line definition of 'beEvil' does not match any declaration in namespace 'redecl_typo::Foo'; did you mean 'BeEvil'?}}

Completed in 204 milliseconds