Home
last modified time | relevance | path

Searched refs:toFoobar (Results 1 – 1 of 1) sorted by relevance

/external/clang/test/SemaCXX/
Dmissing-namespace-qualifier-typo-corrections.cpp9 namespace barstool { int toFoobar() { return 1; } } // expected-note 3 {{'barstool::toFoobar' decla… in toFoobar() function
12 …Double(toFoobar()); // expected-error{{use of undeclared identifier 'toFoobar'; did you mean 'bars… in empty()
16 …namespace baztool { bool toFoobar() { return true; } } // expected-note{{'fizbin::baztool' declare… in toFoobar() function
26 …if (toFoobar()) Double(7); // expected-error{{use of undeclared identifier 'toFoobar'; did you mea… in Check()
30 …if (baztool::toFoobar()) Double(7); // expected-error{{use of undeclared identifier 'baztool'; did… in Check()