Home
last modified time | relevance | path

Searched defs:staticInclass (Results 1 – 4 of 4) sorted by relevance

/llvm-project/clang/test/CodeGenCXX/
H A Ddllimport-members.cpp148 __declspec(dllimport) static void staticInclass() {} in staticInclass() function
321 __declspec(dllimport) static void staticInclass() {} in staticInclass() function
H A Ddllexport-members.cpp82 __declspec(dllexport) static void staticInclass() {} in staticInclass() function
208 __declspec(dllexport) static void staticInclass() {} in staticInclass() function
/llvm-project/clang/test/SemaCXX/
H A Ddllimport.cpp577 __declspec(dllimport) static void staticInclass() {} in staticInclass() function
883 …template<typename T> __declspec(dllimport) static void staticInclass() {} // expected-warni… in staticInclass() function
888 template<typename T> __declspec(dllimport) static void staticInclass() {} in staticInclass() function
1175 __declspec(dllimport) static void staticInclass() {} in staticInclass() function
1365 template<typename U> __declspec(dllimport) static void staticInclass() {} in staticInclass() function
H A Ddllexport.cpp600 __declspec(dllexport) static void staticInclass() {} in staticInclass() function
831 template<typename T> __declspec(dllexport) static void staticInclass() {} in staticInclass() function
1028 __declspec(dllexport) static void staticInclass() {} in staticInclass() function
1127 template<typename U> __declspec(dllexport) static void staticInclass() {} in staticInclass() function