Home
last modified time | relevance | path

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

/llvm-project/clang/test/SemaCXX/
H A Ddllimport.cpp866 struct ImportMemberTmpl { struct
904 template<typename T> void ImportMemberTmpl::normalDef() {} // expected-warning{{'ImportMembe… in normalDef() argument
905 template<typename T> void ImportMemberTmpl::staticDef() {} // expected-warning{{'ImportMembe… in staticDef()
907 template<typename T> void ImportMemberTmpl::normalInlineDecl() {} in normalInlineDecl()
908 template<typename T> void ImportMemberTmpl::staticInlineDecl() {} in staticInlineDecl()
910 template<typename T> void ImportMemberTmpl::normalInlineDecl() {} // expected-warning{{'Impo… in normalInlineDecl()
911 template<typename T> void ImportMemberTmpl::staticInlineDecl() {} // expected-warning{{'Impo… in staticInlineDecl()
915 template<typename T> inline void ImportMemberTmpl::normalInlineDef() {} // expected-warning{{Import… in normalInlineDef()
916 template<typename T> inline void ImportMemberTmpl::staticInlineDef() {} // expected-warning{{Import… in staticInlineDef()
918 template<typename T> inline void ImportMemberTmpl::normalInlineDef() {} // expected-warning{{Import… in normalInlineDef()
[all …]