Searched refs:baztool (Results 1 - 1 of 1) sorted by relevance

/external/clang/test/SemaCXX/
H A Dmissing-namespace-qualifier-typo-corrections.cpp16 namespace baztool { bool toFoobar() { return true; } } // expected-note{{'fizbin::baztool' declared here}} namespace in namespace:fizbin
30 if (baztool::toFoobar()) Double(7); // expected-error{{use of undeclared identifier 'baztool'; did you mean 'fizbin::baztool'?}}

Completed in 625 milliseconds