HomeSort by relevance Sort by last modified time
    Searched full:redecl_typo (Results 1 - 2 of 2) sorted by null

  /external/clang/test/SemaCXX/
function-redecl.cpp 105 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/
fixit.cpp 252 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 154 milliseconds