Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDecl.cpp2289 const Attr *NewAttribute = NewAttributes[I]; in checkNewAttributesAfterDef() local
2291 if (isa<AliasAttr>(NewAttribute)) { in checkNewAttributesAfterDef()
2316 if (hasAttribute(Def, NewAttribute->getKind())) { in checkNewAttributesAfterDef()
2321 if (isa<C11NoReturnAttr>(NewAttribute)) { in checkNewAttributesAfterDef()
2325 } else if (const AlignedAttr *AA = dyn_cast<AlignedAttr>(NewAttribute)) { in checkNewAttributesAfterDef()
2337 S.Diag(NewAttribute->getLocation(), diag::note_alignas_on_declaration) in checkNewAttributesAfterDef()
2345 S.Diag(NewAttribute->getLocation(), in checkNewAttributesAfterDef()