Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaDecl.cpp5370 const DLLExportAttr *NewExportAttr = NewDecl->getAttr<DLLExportAttr>(); in checkDLLAttributeRedeclaration() local
5375 (NewExportAttr && !NewExportAttr->isInherited()); in checkDLLAttributeRedeclaration()
5406 << (NewImportAttr ? (const Attr *)NewImportAttr : NewExportAttr); in checkDLLAttributeRedeclaration()