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

  /external/clang/test/SemaTemplate/
ms-lookup-template-base-classes.cpp 58 static void static_func();// expected-note {{must qualify identifier to find this declaration in dependent base class}}
67 static_func(); // expected-warning {{use of identifier 'static_func' found via unqualified lookup into dependent bases of class templates is a Microsoft extension}}
  /external/clang/test/SemaCXX/
MicrosoftExtensions.cpp 146 extern void static_func();
147 void static_func(); // expected-note {{previous declaration is here}}
150 static void static_func() // expected-warning {{static declaration of 'static_func' follows non-static declaration}} function

Completed in 59 milliseconds