Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDecl.cpp2298 const Attr *NewAttribute = NewAttributes[I]; in checkNewAttributesAfterDef() local
2300 if (isa<AliasAttr>(NewAttribute)) { in checkNewAttributesAfterDef()
2333 if (hasAttribute(Def, NewAttribute->getKind())) { in checkNewAttributesAfterDef()
2338 if (isa<C11NoReturnAttr>(NewAttribute)) { in checkNewAttributesAfterDef()
2342 } else if (const AlignedAttr *AA = dyn_cast<AlignedAttr>(NewAttribute)) { in checkNewAttributesAfterDef()
2354 S.Diag(NewAttribute->getLocation(), diag::note_alignas_on_declaration) in checkNewAttributesAfterDef()
2362 S.Diag(NewAttribute->getLocation(), in checkNewAttributesAfterDef()