Lines Matching full:__declspec
125 __declspec(dllimport) void f(void) { }
129 __declspec(dllimport) void AAA::f2(void) { // expected-error {{dllimport attribute can be applied only to symbol}}
219 __declspec(property(get=GetV)) int V1;
220 __declspec(property(put=SetV)) int V2;
221 __declspec(property(get=GetV, put=SetV_NotExist)) int V3;
222 __declspec(property(get=GetV_NotExist, put=SetV)) int V4;
223 __declspec(property(get=GetV, put=SetV)) int V5;
245 __declspec(property(get=GetV)) SP1 V;
260 __declspec(property(get=GetV)) int V;
272 __declspec(property(get=GetV)) T V;
281 __declspec(property(get=GetV)) T V;
293 __declspec(property(get=GetV, put=SetV)) int V;
307 __declspec(property(get=GetV, put=SetV)) T V;
350 __declspec(property(get=GetV)) int V;
366 __declspec(property(get=GetV)) int : 10; // expected-error {{anonymous property is not supported}}