Home | History | Annotate | Download | only in SemaCXX

Lines Matching refs:inlineDef

225 __declspec(dllimport) void inlineDef();
227 // expected-warning@+2{{'inlineDef' redeclared inline; 'dllimport' attribute ignored}}
229 inline void inlineDef() {}
1008 // NB: MSVC is inconsistent here and disallows *InlineDef on class templates,