Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDecl.cpp2354 const Attr *NewAttribute = NewAttributes[I]; in checkNewAttributesAfterDef() local
2356 if (isa<AliasAttr>(NewAttribute) || isa<IFuncAttr>(NewAttribute)) { in checkNewAttributesAfterDef()
2389 if (hasAttribute(Def, NewAttribute->getKind())) { in checkNewAttributesAfterDef()
2394 if (isa<C11NoReturnAttr>(NewAttribute)) { in checkNewAttributesAfterDef()
2398 } else if (const AlignedAttr *AA = dyn_cast<AlignedAttr>(NewAttribute)) { in checkNewAttributesAfterDef()
2410 S.Diag(NewAttribute->getLocation(), diag::note_alignas_on_declaration) in checkNewAttributesAfterDef()
2418 S.Diag(NewAttribute->getLocation(), in checkNewAttributesAfterDef()