Lines Matching refs:normalInlineDecl

534   __declspec(dllexport)         inline void normalInlineDecl();
566 void ExportMembers::normalInlineDecl() {} in normalInlineDecl() function in ExportMembers
585 __declspec(dllexport) inline void normalInlineDecl();
600 __declspec(dllexport) void ExportMemberDefs::normalInlineDecl() {} in normalInlineDecl() function in ExportMemberDefs
696 inline void normalInlineDecl(); // expected-note{{previous declaration is here}}
711 __declspec(dllexport) void MemberRedecl::normalInlineDecl() {} // expected-error{{redeclara… in normalInlineDecl() function in MemberRedecl
734 template<typename T> __declspec(dllexport) inline void normalInlineDecl();
755 template<typename T> void ExportMemberTmpl::normalInlineDecl() {} in normalInlineDecl() function in ExportMemberTmpl
771 …template<typename T> inline void normalInlineDecl(); // expected-note{{previous declaratio…
785 template<typename T> __declspec(dllexport) void MemTmplRedecl::normalInlineDecl() {} // expe… in normalInlineDecl() function in MemTmplRedecl
920 __declspec(dllexport) inline void normalInlineDecl();
951 template<typename T> void ExportClassTmplMembers<T>::normalInlineDecl() {} in normalInlineDecl() function in ExportClassTmplMembers
973 inline void normalInlineDecl(); // expected-note{{previous declaration is here}}
988 template<typename T> __declspec(dllexport) void CTMR<T>::normalInlineDecl() {} // expected-… in normalInlineDecl() function in CTMR
1012 template<typename U> __declspec(dllexport) inline void normalInlineDecl();
1033 template<typename T> template<typename U> void ExportClsTmplMemTmpl<T>::normalInlineDecl() {} in normalInlineDecl() function in ExportClsTmplMemTmpl
1050 …template<typename U> inline void normalInlineDecl(); // expected-note{{previous declaratio…
1064 …T> template<typename U> __declspec(dllexport) void CTMTR<T>::normalInlineDecl() {} // expe… in normalInlineDecl() function in CTMTR