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
741 template<typename T> __declspec(dllexport) void normalDef();
763 template<typename T> void ExportMemberTmpl::normalDef() {} in normalDef() function in ExportMemberTmpl
779 …template<typename T> void normalDef(); // expected-note{{previous declaratio…
793 template<typename T> __declspec(dllexport) void MemTmplRedecl::normalDef() {} // expe… in normalDef() function in MemTmplRedecl
809 template<typename T> void normalDef() {} in normalDef() function
851 extern template __declspec(dllexport) void MemFunTmpl::normalDef<ExplicitDecl_Exported>();
852 template __declspec(dllexport) void MemFunTmpl::normalDef<ExplicitDecl_Exported>();
859 template __declspec(dllexport) void MemFunTmpl::normalDef<ExplicitInst_Exported>();
863 template<> __declspec(dllexport) void MemFunTmpl::normalDef<ExplicitSpec_Exported>();
864 template<> __declspec(dllexport) void MemFunTmpl::normalDef<ExplicitSpec_Def_Exported>() {} in normalDef() function in MemFunTmpl
865 template<> __declspec(dllexport) inline void MemFunTmpl::normalDef<ExplicitSpec_InlineDef_Exported>… in normalDef() function in MemFunTmpl
927 __declspec(dllexport) void normalDef();
959 template<typename T> void ExportClassTmplMembers<T>::normalDef() {} in normalDef() function in ExportClassTmplMembers
981 void normalDef(); // expected-note{{previous declaration is here}}
996 template<typename T> __declspec(dllexport) void CTMR<T>::normalDef() {} // expected-… in normalDef() function in CTMR
1019 template<typename U> __declspec(dllexport) void normalDef();
1041 template<typename T> template<typename U> void ExportClsTmplMemTmpl<T>::normalDef() {} in normalDef() function in ExportClsTmplMemTmpl
1058 …template<typename U> void normalDef(); // expected-note{{previous declaratio…
1072 template<typename T> template<typename U> __declspec(dllexport) void CTMTR<T>::normalDef() {… in normalDef() function in CTMTR