Home
last modified time | relevance | path

Searched refs:NewExportAttr (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp6974 const DLLExportAttr *NewExportAttr = NewDecl->getAttr<DLLExportAttr>(); in checkDLLAttributeRedeclaration() local
6979 (NewExportAttr && !NewExportAttr->isInherited()); in checkDLLAttributeRedeclaration()
7010 << (NewImportAttr ? (const Attr *)NewImportAttr : NewExportAttr); in checkDLLAttributeRedeclaration()
7084 !NewImportAttr && !NewExportAttr) { in checkDLLAttributeRedeclaration()