Searched refs:NewExportAttr (Results 1 – 1 of 1) sorted by relevance
5612 const DLLExportAttr *NewExportAttr = NewDecl->getAttr<DLLExportAttr>(); in checkDLLAttributeRedeclaration() local5617 (NewExportAttr && !NewExportAttr->isInherited()); in checkDLLAttributeRedeclaration()5648 << (NewImportAttr ? (const Attr *)NewImportAttr : NewExportAttr); in checkDLLAttributeRedeclaration()