Home | History | Annotate | Download | only in SemaCXX

Lines Matching refs:friend5

274   friend                       void friend5();
281 friend5() {} // expected-warning{{redeclaration of 'friend5' should not add 'dllimport' attribute}}
283 __declspec(dllimport) inline void friend5() {} // expected-warning{{'dllimport' attribute ignored on inline function}}