Home | History | Annotate | Download | only in Sema

Lines Matching refs:DLLExport

4652   assert(ClassAttr->getKind() == attr::DLLExport);
4701 /// \brief Check class-level dllimport/dllexport attribute.
4749 const bool ClassExported = ClassAttr->getKind() == attr::DLLExport;
4753 // Ignore explicit dllexport on explicit class template instantiation declarations.
9619 // Default constructors that are annotated with __declspec(dllexport) which
13046 // dllimport/dllexport cannot be deleted.