Lines Matching refs:ImportMemberTmpl
866 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()
919 template<typename T> inline void ImportMemberTmpl::staticInlineDef() {} // expected-warning{{Import… in staticInlineDef()
923 template<typename T> int ImportMemberTmpl::StaticFieldDef; // expected-error{{definition of…
924 template<typename T> const int ImportMemberTmpl::StaticConstFieldDef = 1; // expected-error{{defi…
926 template<typename T> constexpr int ImportMemberTmpl::ConstexprFieldDef;