Lines Matching refs:normalDef
537 __declspec(dllexport) void normalDef();
541 __declspec(dllexport) void normalDef();
573 void ExportMembers::Nested::normalDef() {} in normalDef() function in ExportMembers::Nested
574 void ExportMembers::normalDef() {} in normalDef() function in ExportMembers
593 __declspec(dllexport) void normalDef();
608 __declspec(dllexport) void ExportMemberDefs::normalDef() {} in normalDef() function in ExportMemberDefs
704 void normalDef(); // expected-note{{previous declaration is here}}
719 __declspec(dllexport) void MemberRedecl::normalDef() {} // expected-error{{redeclara… in normalDef() function in MemberRedecl
746 template<typename T> __declspec(dllexport) void normalDef();
768 template<typename T> void ExportMemberTmpl::normalDef() {} in normalDef() function in ExportMemberTmpl
784 …template<typename T> void normalDef(); // expected-note{{previous declaratio…
798 template<typename T> __declspec(dllexport) void MemTmplRedecl::normalDef() {} // expe… in normalDef() function in MemTmplRedecl
814 template<typename T> void normalDef() {} in normalDef() function
856 extern template __declspec(dllexport) void MemFunTmpl::normalDef<ExplicitDecl_Exported>();
857 template __declspec(dllexport) void MemFunTmpl::normalDef<ExplicitDecl_Exported>();
864 template __declspec(dllexport) void MemFunTmpl::normalDef<ExplicitInst_Exported>();
868 template<> __declspec(dllexport) void MemFunTmpl::normalDef<ExplicitSpec_Exported>();
869 template<> __declspec(dllexport) void MemFunTmpl::normalDef<ExplicitSpec_Def_Exported>() {} in normalDef() function in MemFunTmpl
870 template<> __declspec(dllexport) inline void MemFunTmpl::normalDef<ExplicitSpec_InlineDef_Exported>… in normalDef() function in MemFunTmpl
932 __declspec(dllexport) void normalDef();
964 template<typename T> void ExportClassTmplMembers<T>::normalDef() {} in normalDef() function in ExportClassTmplMembers
986 void normalDef(); // expected-note{{previous declaration is here}}
1001 template<typename T> __declspec(dllexport) void CTMR<T>::normalDef() {} // expected-… in normalDef() function in CTMR
1024 template<typename U> __declspec(dllexport) void normalDef();
1046 template<typename T> template<typename U> void ExportClsTmplMemTmpl<T>::normalDef() {} in normalDef() function in ExportClsTmplMemTmpl
1063 …template<typename U> void normalDef(); // expected-note{{previous declaratio…
1077 template<typename T> template<typename U> __declspec(dllexport) void CTMTR<T>::normalDef() {… in normalDef() function in CTMTR