HomeSort by relevance Sort by last modified time
    Searched refs:TemplateFunction (Results 1 - 2 of 2) sorted by null

  /external/clang/test/SemaCXX/
typo-correction.cpp 345 namespace TemplateFunction {
347 void A(T) { } // expected-note {{'::TemplateFunction::A' declared here}}
350 void B(T) { } // expected-note {{'::TemplateFunction::B' declared here}}
359 F.A(num); // expected-error {{too few arguments to function call, expected 2, have 1; did you mean '::TemplateFunction::A'?}}
360 F.B(num); // expected-error {{too many arguments to function call, expected 0, have 1; did you mean '::TemplateFunction::B'?}}
  /system/core/demangle/
DemangleTest.cpp 309 TEST(DemangleTest, TemplateFunction) {

Completed in 447 milliseconds