Searched refs:lessFoobar (Results 1 – 1 of 1) sorted by relevance
18 …namespace nested { bool lessFoobar() { return true; } } // expected-note{{'fizbin::nested' declare… in lessFoobar() function29 …if (lessFoobar()) Double(7); // expected-error{{use of undeclared identifier 'lessFoobar'; did you… in Check()