Home
last modified time | relevance | path

Searched defs:exportedStatic (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/test/CodeGenCXX/
H A Ddllexport-members.cpp499 template<typename T> __declspec(dllexport) static void exportedStatic() {} in exportedStatic() function
559 template<> __declspec(dllexport) void MemFunTmpl::exportedStatic<ExplicitSpec_Def_Exported>() {} in exportedStatic() function in MemFunTmpl
563 template<> __declspec(dllexport) inline void MemFunTmpl::exportedStatic<ExplicitSpec_InlineDef_Expo… in exportedStatic() function in MemFunTmpl
576 template<> void MemFunTmpl::exportedStatic<ExplicitSpec_NotExported>() {} in exportedStatic() function in MemFunTmpl
699 template<> void ClassTmplMem<int>::exportedStatic() {} in exportedStatic() function in ClassTmplMem
/llvm-project/clang/test/SemaCXX/
H A Ddllexport.cpp902 template<typename T> __declspec(dllexport) static void exportedStatic() {} in exportedStatic() function
930 template<> __declspec(dllexport) void MemFunTmpl::exportedStatic<ExplicitSpec_Def_Exported>() {} in exportedStatic() function in MemFunTmpl
931 template<> __declspec(dllexport) inline void MemFunTmpl::exportedStatic<ExplicitSpec_InlineDef_Expo… in exportedStatic() function in MemFunTmpl
936 template<> void MemFunTmpl::exportedStatic<ExplicitSpec_NotExported>() {} in exportedStatic() function in MemFunTmpl