HomeSort by relevance Sort by last modified time
    Searched full:baztool (Results 1 - 1 of 1) sorted by null

  /external/clang/test/SemaCXX/
missing-namespace-qualifier-typo-corrections.cpp 16 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 86 milliseconds