Home | History | Annotate | Download | only in SemaCXX

Lines Matching refs:virtualInlineDecl

549   __declspec(dllexport) virtual inline void virtualInlineDecl();
579 void ExportMembers::virtualInlineDecl() {}
598 __declspec(dllexport) virtual inline void virtualInlineDecl();
613 __declspec(dllexport) void ExportMemberDefs::virtualInlineDecl() {}
709 virtual inline void virtualInlineDecl(); // expected-note{{previous declaration is here}}
724 __declspec(dllexport) void MemberRedecl::virtualInlineDecl() {} // expected-error{{redeclaration of 'MemberRedecl::virtualInlineDecl' cannot add 'dllexport' attribute}}
935 __declspec(dllexport) virtual inline void virtualInlineDecl();
964 template<typename T> void ExportClassTmplMembers<T>::virtualInlineDecl() {}
986 virtual inline void virtualInlineDecl(); // expected-note{{previous declaration is here}}
1001 template<typename T> __declspec(dllexport) void CTMR<T>::virtualInlineDecl() {} // expected-error{{redeclaration of 'CTMR::virtualInlineDecl' cannot add 'dllexport' attribute}}