Searched refs:DLLExport (Results 1 – 9 of 9) sorted by relevance
72 # define DLLExport __declspec(dllexport) macro74 # define DLLExport77 # define DLLExport83 # define DLLExport96 extern void DLLExport _cups_debug_printf(const char *format, ...)98 extern void DLLExport _cups_debug_puts(const char *s);99 extern void DLLExport _cups_debug_set(const char *logfile,
86 void DLLExport171 void DLLExport251 void DLLExport
62 case attr::DLLExport: return CXCursor_DLLExport; in GetCursorKind()
453 set_dll_storage_class DLLStorageClass.DLLExport in454 insist (DLLStorageClass.DLLExport = dll_storage_class g)
73 | DLLExport Constructor
114 | DLLExport Constructor
2088 def DLLExport : InheritableAttr, TargetSpecificAttr<TargetWindows> {
359 if (TmplAttr->getKind() == attr::DLLExport || in InstantiateAttrs()
4652 assert(ClassAttr->getKind() == attr::DLLExport); in ReferenceDllExportedMethods()4749 const bool ClassExported = ClassAttr->getKind() == attr::DLLExport; in checkClassLevelDLLAttribute()