Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaDecl.cpp7027 const DLLImportAttr *NewImportAttr = NewDecl->getAttr<DLLImportAttr>(); in checkDLLAttributeRedeclaration() local
7032 bool HasNewAttr = (NewImportAttr && !NewImportAttr->isInherited()) || in checkDLLAttributeRedeclaration()
7057 if (!isa<FunctionDecl>(OldDecl) || !NewImportAttr) in checkDLLAttributeRedeclaration()
7064 << (NewImportAttr ? (const Attr *)NewImportAttr : NewExportAttr); in checkDLLAttributeRedeclaration()
7108 S.Context, NewImportAttr->getRange())); in checkDLLAttributeRedeclaration()
7138 !NewImportAttr && !NewExportAttr) { in checkDLLAttributeRedeclaration()