OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs: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
250
namespace
redecl_typo
{
namespace
260
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'?}}
263
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 2276 milliseconds