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}}
749 template<typename T> __declspec(dllexport) static inline void staticInlineDecl();
768 template<typename T> void ExportMemberTmpl::staticInlineDecl() {}
784 template<typename T> static inline void staticInlineDecl(); // expected-note{{previous declaration is here}}
798 template<typename T> __declspec(dllexport) void MemTmplRedecl::staticInlineDecl() {} // expected-error{{redeclaration of 'MemTmplRedecl::staticInlineDecl' cannot add 'dllexport' attribute}}
940 __declspec(dllexport) static inline void staticInlineDecl();
967 template<typename T> void ExportClassTmplMembers<T>::staticInlineDecl() {}
989 static inline void staticInlineDecl(); // expected-note{{previous declaration is here}}
1004 template<typename T> __declspec(dllexport) void CTMR<T>::staticInlineDecl() {} // expected-error{{redeclaration of 'CTMR::staticInlineDecl' cannot add 'dllexport' attribute}}
1027 template<typename U> __declspec(dllexport) static inline void staticInlineDecl();
1046 template<typename T> template<typename U> void ExportClsTmplMemTmpl<T>::staticInlineDecl() {}
1063 template<typename U> static inline void staticInlineDecl(); // expected-note{{previous declaration is here}}
1077 template<typename T> template<typename U> __declspec(dllexport) void CTMTR<T>::staticInlineDecl() {} // expected-error{{redeclaration of 'CTMTR::staticInlineDecl' cannot add 'dllexport' attribute}}