Home | History | Annotate | Download | only in SemaCXX

Lines Matching refs:inlineDef

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