Home | History | Annotate | Download | only in SemaCXX

Lines Matching refs:normalInlineDef

543   __declspec(dllexport)                void normalInlineDef();
575 inline void ExportMembers::normalInlineDef() {}
594 __declspec(dllexport) void normalInlineDef();
609 __declspec(dllexport) inline void ExportMemberDefs::normalInlineDef() {}
705 void normalInlineDef(); // expected-note{{previous declaration is here}}
720 __declspec(dllexport) inline void MemberRedecl::normalInlineDef() {} // expected-error{{redeclaration of 'MemberRedecl::normalInlineDef' cannot add 'dllexport' attribute}}
743 template<typename T> __declspec(dllexport) void normalInlineDef();
764 template<typename T> inline void ExportMemberTmpl::normalInlineDef() {}
780 template<typename T> void normalInlineDef(); // expected-note{{previous declaration is here}}
794 template<typename T> __declspec(dllexport) inline void MemTmplRedecl::normalInlineDef() {} // expected-error{{redeclaration of 'MemTmplRedecl::normalInlineDef' cannot add 'dllexport' attribute}}
929 __declspec(dllexport) void normalInlineDef();
960 template<typename T> inline void ExportClassTmplMembers<T>::normalInlineDef() {}
982 void normalInlineDef(); // expected-note{{previous declaration is here}}
997 template<typename T> __declspec(dllexport) inline void CTMR<T>::normalInlineDef() {} // expected-error{{redeclaration of 'CTMR::normalInlineDef' cannot add 'dllexport' attribute}}
1021 template<typename U> __declspec(dllexport) void normalInlineDef();
1042 template<typename T> template<typename U> inline void ExportClsTmplMemTmpl<T>::normalInlineDef() {}
1059 template<typename U> void normalInlineDef(); // expected-note{{previous declaration is here}}
1073 template<typename T> template<typename U> __declspec(dllexport) inline void CTMTR<T>::normalInlineDef() {} // expected-error{{redeclaration of 'CTMTR::normalInlineDef' cannot add 'dllexport' attribute}}