Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaDecl.cpp2303 const Attr *NewAttribute = NewAttributes[I]; in checkNewAttributesAfterDef() local
2305 if (isa<AliasAttr>(NewAttribute)) { in checkNewAttributesAfterDef()
2330 if (hasAttribute(Def, NewAttribute->getKind())) { in checkNewAttributesAfterDef()
2335 if (isa<C11NoReturnAttr>(NewAttribute)) { in checkNewAttributesAfterDef()
2339 } else if (const AlignedAttr *AA = dyn_cast<AlignedAttr>(NewAttribute)) { in checkNewAttributesAfterDef()
2351 S.Diag(NewAttribute->getLocation(), diag::note_alignas_on_declaration) in checkNewAttributesAfterDef()
2359 S.Diag(NewAttribute->getLocation(), in checkNewAttributesAfterDef()