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