Home | History | Annotate | Download | only in SemaCXX

Lines Matching refs:staticInlineDecl

550   __declspec(dllimport) static  inline void staticInlineDecl();
607 void ImportMembers::staticInlineDecl() {}
625 __declspec(dllimport) static inline void staticInlineDecl();
642 __declspec(dllimport) void ImportMemberDefs::staticInlineDecl() {}
767 static inline void staticInlineDecl(); // expected-note{{previous declaration is here}}
791 __declspec(dllimport) void MemberRedecl::staticInlineDecl() {} // expected-error{{redeclaration of 'MemberRedecl::staticInlineDecl' cannot add 'dllimport' attribute}}
838 template<typename T> __declspec(dllimport) static inline void staticInlineDecl();
855 template<typename T> void ImportMemberTmpl::staticInlineDecl() {}
876 template<typename T> static inline void staticInlineDecl(); // expected-note{{previous declaration is here}}
907 template<typename T> __declspec(dllimport) void MemTmplRedecl::staticInlineDecl() {} // expected-error{{redeclaration of 'MemTmplRedecl::staticInlineDecl' cannot add 'dllimport' attribute}}
1110 __declspec(dllimport) static inline void staticInlineDecl();
1166 template<typename T> void ImportClassTmplMembers<T>::staticInlineDecl() {}
1181 static inline void staticInlineDecl(); // expected-note{{previous declaration is here}}
1205 template<typename T> __declspec(dllimport) void CTMR<T>::staticInlineDecl() {} // expected-error{{redeclaration of 'CTMR::staticInlineDecl' cannot add 'dllimport' attribute}}
1251 template<typename U> __declspec(dllimport) static inline void staticInlineDecl();
1268 template<typename T> template<typename U> void ImportClsTmplMemTmpl<T>::staticInlineDecl() {}
1290 template<typename U> static inline void staticInlineDecl(); // expected-note{{previous declaration is here}}
1311 template<typename T> template<typename U> __declspec(dllimport) void CTMTR<T>::staticInlineDecl() {} // expected-error{{redeclaration of 'CTMTR::staticInlineDecl' cannot add 'dllimport' attribute}}