Searched refs:typedef2 (Results 1 - 4 of 4) sorted by relevance

/external/clang/test/Sema/
H A Ddllexport.c8 typedef __declspec(dllexport) int typedef2; // expected-warning{{'dllexport' attribute only applies to variables and functions}} typedef
H A Ddllimport.c8 typedef __declspec(dllimport) int typedef2; // expected-warning{{'dllimport' attribute only applies to variables and functions}} typedef
/external/clang/test/SemaCXX/
H A Ddllexport.cpp20 typedef __declspec(dllexport) int typedef2; // expected-warning{{'dllexport' attribute only applies to variables, functions and classes}} typedef
H A Ddllimport.cpp19 typedef __declspec(dllimport) int typedef2; // expected-warning{{'dllimport' attribute only applies to variables, functions and classes}} typedef

Completed in 135 milliseconds