Lines Matching refs:staticInlineDecl
554 __declspec(dllexport) static inline void staticInlineDecl();
582 void ExportMembers::staticInlineDecl() {} in staticInlineDecl() function in ExportMembers
601 __declspec(dllexport) static inline void staticInlineDecl();
616 __declspec(dllexport) void ExportMemberDefs::staticInlineDecl() {} in staticInlineDecl() function in ExportMemberDefs
712 static inline void staticInlineDecl(); // expected-note{{previous declaration is here}}
727 __declspec(dllexport) void MemberRedecl::staticInlineDecl() {} // expected-error{{redeclara… in staticInlineDecl() function in MemberRedecl
754 template<typename T> __declspec(dllexport) static inline void staticInlineDecl();
773 template<typename T> void ExportMemberTmpl::staticInlineDecl() {} in staticInlineDecl() function in ExportMemberTmpl
789 …template<typename T> static inline void staticInlineDecl(); // expected-note{{previous declaratio…
803 template<typename T> __declspec(dllexport) void MemTmplRedecl::staticInlineDecl() {} // expe… in staticInlineDecl() function in MemTmplRedecl
945 __declspec(dllexport) static inline void staticInlineDecl();
972 template<typename T> void ExportClassTmplMembers<T>::staticInlineDecl() {} in staticInlineDecl() function in ExportClassTmplMembers
994 static inline void staticInlineDecl(); // expected-note{{previous declaration is here}}
1009 template<typename T> __declspec(dllexport) void CTMR<T>::staticInlineDecl() {} // expected-… in staticInlineDecl() function in CTMR
1032 template<typename U> __declspec(dllexport) static inline void staticInlineDecl();
1051 template<typename T> template<typename U> void ExportClsTmplMemTmpl<T>::staticInlineDecl() {} in staticInlineDecl() function in ExportClsTmplMemTmpl
1068 …template<typename U> static inline void staticInlineDecl(); // expected-note{{previous declaratio…
1082 …T> template<typename U> __declspec(dllexport) void CTMTR<T>::staticInlineDecl() {} // expe… in staticInlineDecl() function in CTMTR