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 103 namespace redecl_typo { namespace
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'?}}
117 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 249 namespace redecl_typo { namespace
259 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'?}}
262 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 1301 milliseconds