Searched refs:toFoobar (Results 1 – 1 of 1) sorted by relevance
9 namespace barstool { int toFoobar() { return 1; } } // expected-note 3 {{'barstool::toFoobar' decla… in toFoobar() function12 …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() function26 …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()