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

/external/clang/test/SemaCXX/
H A Dtypo-correction.cpp338 namespace TemplateFunction { namespace
340 void A(T) { } // expected-note {{'::TemplateFunction::A' declared here}}
343 void B(T) { } // expected-note {{'::TemplateFunction::B' declared here}}
352 F.A(num); // expected-error {{too few arguments to function call, expected 2, have 1; did you mean '::TemplateFunction::A'?}}
353 F.B(num); // expected-error {{too many arguments to function call, expected 0, have 1; did you mean '::TemplateFunction::B'?}}

Completed in 49 milliseconds