Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDecl.cpp2674 const Attr *NewAttribute = NewAttributes[I]; in checkNewAttributesAfterDef() local
2676 if (isa<AliasAttr>(NewAttribute) || isa<IFuncAttr>(NewAttribute)) { in checkNewAttributesAfterDef()
2712 if (hasAttribute(Def, NewAttribute->getKind())) { in checkNewAttributesAfterDef()
2717 if (isa<C11NoReturnAttr>(NewAttribute)) { in checkNewAttributesAfterDef()
2721 } else if (isa<UuidAttr>(NewAttribute)) { in checkNewAttributesAfterDef()
2725 } else if (const AlignedAttr *AA = dyn_cast<AlignedAttr>(NewAttribute)) { in checkNewAttributesAfterDef()
2737 S.Diag(NewAttribute->getLocation(), diag::note_alignas_on_declaration) in checkNewAttributesAfterDef()
2743 } else if (isa<LoaderUninitializedAttr>(NewAttribute)) { in checkNewAttributesAfterDef()
2748 S.Diag(NewAttribute->getLocation(), in checkNewAttributesAfterDef()
2755 } else if (isa<SelectAnyAttr>(NewAttribute) && in checkNewAttributesAfterDef()
[all …]