Home
last modified time | relevance | path

Searched refs:ExportMemberTmpl (Results 1 – 2 of 2) sorted by relevance

/external/clang/test/SemaCXX/
Ddllexport.cpp744 struct ExportMemberTmpl { struct
768 template<typename T> void ExportMemberTmpl::normalDef() {} in normalDef() argument
769 template<typename T> inline void ExportMemberTmpl::normalInlineDef() {} in normalInlineDef()
770 template<typename T> void ExportMemberTmpl::normalInlineDecl() {} in normalInlineDecl()
771 template<typename T> void ExportMemberTmpl::staticDef() {} in staticDef()
772 template<typename T> inline void ExportMemberTmpl::staticInlineDef() {} in staticInlineDef()
773 template<typename T> void ExportMemberTmpl::staticInlineDecl() {} in staticInlineDecl()
776 template<typename T> int ExportMemberTmpl::StaticFieldDef;
777 template<typename T> const int ExportMemberTmpl::StaticConstFieldDef = 1;
778 template<typename T> constexpr int ExportMemberTmpl::ConstexprFieldDef;
/external/llvm-project/clang/test/SemaCXX/
Ddllexport.cpp807 struct ExportMemberTmpl { struct
831 template<typename T> void ExportMemberTmpl::normalDef() {} in normalDef() argument
832 template<typename T> inline void ExportMemberTmpl::normalInlineDef() {} in normalInlineDef()
833 template<typename T> void ExportMemberTmpl::normalInlineDecl() {} in normalInlineDecl()
834 template<typename T> void ExportMemberTmpl::staticDef() {} in staticDef()
835 template<typename T> inline void ExportMemberTmpl::staticInlineDef() {} in staticInlineDef()
836 template<typename T> void ExportMemberTmpl::staticInlineDecl() {} in staticInlineDecl()
839 template<typename T> int ExportMemberTmpl::StaticFieldDef;
840 template<typename T> const int ExportMemberTmpl::StaticConstFieldDef = 1;
841 template<typename T> constexpr int ExportMemberTmpl::ConstexprFieldDef;