Home
last modified time | relevance | path

Searched refs:static_func (Results 1 – 2 of 2) sorted by relevance

/external/clang/test/SemaCXX/
DMicrosoftExtensions.cpp146 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-sta… in static_func() function
/external/clang/test/SemaTemplate/
Dms-lookup-template-base-classes.cpp58 …static void static_func();// expected-note {{must qualify identifier to find this declaration in d…
67static_func(); // expected-warning {{use of identifier 'static_func' found via unqualified lookup… in z2()