Lines Matching refs:staticInlineDecl
550 __declspec(dllimport) static inline void staticInlineDecl();
607 void ImportMembers::staticInlineDecl() {} in staticInlineDecl() function in ImportMembers
625 __declspec(dllimport) static inline void staticInlineDecl();
642 __declspec(dllimport) void ImportMemberDefs::staticInlineDecl() {} in staticInlineDecl() function in ImportMemberDefs
767 static inline void staticInlineDecl(); // expected-note{{previous declaration is here}}
791 __declspec(dllimport) void MemberRedecl::staticInlineDecl() {} // expected-error{{redeclara… in staticInlineDecl() function in MemberRedecl
838 template<typename T> __declspec(dllimport) static inline void staticInlineDecl();
855 template<typename T> void ImportMemberTmpl::staticInlineDecl() {} in staticInlineDecl() function in ImportMemberTmpl
876 …template<typename T> static inline void staticInlineDecl(); // expected-note{{previous declaratio…
907 template<typename T> __declspec(dllimport) void MemTmplRedecl::staticInlineDecl() {} // expe… in staticInlineDecl() function in MemTmplRedecl
1110 __declspec(dllimport) static inline void staticInlineDecl();
1166 template<typename T> void ImportClassTmplMembers<T>::staticInlineDecl() {} in staticInlineDecl() function in ImportClassTmplMembers
1181 static inline void staticInlineDecl(); // expected-note{{previous declaration is here}}
1205 template<typename T> __declspec(dllimport) void CTMR<T>::staticInlineDecl() {} // expected-… in staticInlineDecl() function in CTMR
1251 template<typename U> __declspec(dllimport) static inline void staticInlineDecl();
1268 template<typename T> template<typename U> void ImportClsTmplMemTmpl<T>::staticInlineDecl() {} in staticInlineDecl() function in ImportClsTmplMemTmpl
1290 …template<typename U> static inline void staticInlineDecl(); // expected-note{{previous declaratio…
1311 …T> template<typename U> __declspec(dllimport) void CTMTR<T>::staticInlineDecl() {} // expe… in staticInlineDecl() function in CTMTR