Searched refs:declspec (Results 1 – 9 of 9) sorted by relevance
662 #define IPCVAPI(type,declspec,name,args) \ argument664 typedef type (declspec* name##_t) args; \666 type declspec name args;
27 ; points are compiled with dllexport declspec.
1 // RUN: %clang_cc1 -fsyntax-only -fblocks -Woverriding-method-mismatch -Wno-nullability-declspec %s…
481 // disabled via '-fno-declspec'.
266 def NullabilityDeclSpec : DiagGroup<"nullability-declspec">;
694 # # make sure to not use declspec(dllimport) in static mode on windows
7417 "declspec(dllimport)" for historical reasons, because the GNU linker didn't7421 declspec(dllimport). The least intrusive way to get rid of these warnings
590 # Cygwin defines optargs, optargs as declspec(dllimport) for historical
829 def fno_declspec : Flag<["-"], "fno-declspec">, Group<f_clang_Group>,