Home
last modified time | relevance | path

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

/external/clang/test/SemaCXX/
Ddllexport.cpp739 struct ExportMemberTmpl { struct
763 template<typename T> void ExportMemberTmpl::normalDef() {} in normalDef() argument
764 template<typename T> inline void ExportMemberTmpl::normalInlineDef() {} in normalInlineDef()
765 template<typename T> void ExportMemberTmpl::normalInlineDecl() {} in normalInlineDecl()
766 template<typename T> void ExportMemberTmpl::staticDef() {} in staticDef()
767 template<typename T> inline void ExportMemberTmpl::staticInlineDef() {} in staticInlineDef()
768 template<typename T> void ExportMemberTmpl::staticInlineDecl() {} in staticInlineDecl()
771 template<typename T> int ExportMemberTmpl::StaticFieldDef;
772 template<typename T> const int ExportMemberTmpl::StaticConstFieldDef = 1;
773 template<typename T> constexpr int ExportMemberTmpl::ConstexprFieldDef;