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

/external/clang/test/SemaCXX/
H A Dfunction-redecl.cpp103 // already has a body. Also make sure Foo::beEvil is corrected to Foo::BeEvil
104 // since it is a closer match than Bar::Foo::beEvil and neither have a body.
113 void beEvil();
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'?}} function in class:redecl_typo::Foo
/external/clang/test/FixIt/
H A Dfixit.cpp259 void beEvil();
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'?}} function in class:redecl_typo::Foo

Completed in 89 milliseconds