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

/external/clang/test/SemaCXX/
H A Ddllexport.cpp729 struct ExportMemberTmpl { struct
753 template<typename T> void ExportMemberTmpl::normalDef() {}
754 template<typename T> inline void ExportMemberTmpl::normalInlineDef() {}
755 template<typename T> void ExportMemberTmpl::normalInlineDecl() {}
756 template<typename T> void ExportMemberTmpl::staticDef() {}
757 template<typename T> inline void ExportMemberTmpl::staticInlineDef() {}
758 template<typename T> void ExportMemberTmpl::staticInlineDecl() {}
761 template<typename T> int ExportMemberTmpl::StaticFieldDef;
762 template<typename T> const int ExportMemberTmpl::StaticConstFieldDef = 1;
763 template<typename T> constexpr int ExportMemberTmpl
[all...]

Completed in 233 milliseconds