Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/Sema/
DSemaDecl.cpp7028 const DLLExportAttr *NewExportAttr = NewDecl->getAttr<DLLExportAttr>(); in checkDLLAttributeRedeclaration() local
7033 (NewExportAttr && !NewExportAttr->isInherited()); in checkDLLAttributeRedeclaration()
7064 << (NewImportAttr ? (const Attr *)NewImportAttr : NewExportAttr); in checkDLLAttributeRedeclaration()
7138 !NewImportAttr && !NewExportAttr) { in checkDLLAttributeRedeclaration()