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

/external/clang/test/SemaCXX/
H A Dtypo-correction.cpp330 void nab(int);
332 void nab(); // expected-note{{'::PR12287::nab' declared here}}
333 void zif::nab(int) { function in class:PR12287::zif
334 nab(); // expected-error{{too few arguments to function call, expected 1, have 0; did you mean '::PR12287::nab'?}}

Completed in 494 milliseconds