Lines Matching refs:normalInlineDecl
455 __declspec(dllimport) inline void normalInlineDecl();
498 void ImportMembers::normalInlineDecl() {} in normalInlineDecl() function in ImportMembers
526 __declspec(dllimport) inline void normalInlineDecl();
541 __declspec(dllimport) void ImportMemberDefs::normalInlineDecl() {} in normalInlineDecl() function in ImportMemberDefs
651 inline void normalInlineDecl(); // expected-note{{previous declaration is here}}
673 __declspec(dllimport) void MemberRedecl::normalInlineDecl() {} // expected-error{{redeclara… in normalInlineDecl() function in MemberRedecl
724 template<typename T> __declspec(dllimport) inline void normalInlineDecl();
741 template<typename T> void ImportMemberTmpl::normalInlineDecl() {} in normalInlineDecl() function in ImportMemberTmpl
762 …template<typename T> inline void normalInlineDecl(); // expected-note{{previous declaratio…
787 template<typename T> __declspec(dllimport) void MemTmplRedecl::normalInlineDecl() {} // expe… in normalInlineDecl() function in MemTmplRedecl
985 __declspec(dllimport) inline void normalInlineDecl();
1015 template<typename T> void ImportClassTmplMembers<T>::normalInlineDecl() {} in normalInlineDecl() function in ImportClassTmplMembers
1038 inline void normalInlineDecl(); // expected-note{{previous declaration is here}}
1060 template<typename T> __declspec(dllimport) void CTMR<T>::normalInlineDecl() {} // expected-… in normalInlineDecl() function in CTMR
1110 template<typename U> __declspec(dllimport) inline void normalInlineDecl();
1127 template<typename T> template<typename U> void ImportClsTmplMemTmpl<T>::normalInlineDecl() {} in normalInlineDecl() function in ImportClsTmplMemTmpl
1149 …template<typename U> inline void normalInlineDecl(); // expected-note{{previous declaratio…
1169 …T> template<typename U> __declspec(dllimport) void CTMTR<T>::normalInlineDecl() {} // expe… in normalInlineDecl() function in CTMTR