Searched refs:NewAttribute (Results 1 – 1 of 1) sorted by relevance
2934 const Attr *NewAttribute = NewAttributes[I]; in checkNewAttributesAfterDef() local2936 if (isa<AliasAttr>(NewAttribute) || isa<IFuncAttr>(NewAttribute)) { in checkNewAttributesAfterDef()2972 if (hasAttribute(Def, NewAttribute->getKind())) { in checkNewAttributesAfterDef()2977 if (isa<C11NoReturnAttr>(NewAttribute)) { in checkNewAttributesAfterDef()2981 } else if (isa<UuidAttr>(NewAttribute)) { in checkNewAttributesAfterDef()2985 } else if (const AlignedAttr *AA = dyn_cast<AlignedAttr>(NewAttribute)) { in checkNewAttributesAfterDef()3003 } else if (isa<LoaderUninitializedAttr>(NewAttribute)) { in checkNewAttributesAfterDef()3008 S.Diag(NewAttribute->getLocation(), in checkNewAttributesAfterDef()3015 } else if (isa<SelectAnyAttr>(NewAttribute) && in checkNewAttributesAfterDef()3024 } else if (isa<OMPDeclareVariantAttr>(NewAttribute)) { in checkNewAttributesAfterDef()[all …]