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

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

Completed in 127 milliseconds