Searched refs:NewAttribute (Results 1 – 1 of 1) sorted by relevance
3010 const Attr *NewAttribute = NewAttributes[I]; in checkNewAttributesAfterDef() local3012 if (isa<AliasAttr>(NewAttribute) || isa<IFuncAttr>(NewAttribute)) { in checkNewAttributesAfterDef()3048 if (hasAttribute(Def, NewAttribute->getKind())) { in checkNewAttributesAfterDef()3053 if (isa<C11NoReturnAttr>(NewAttribute)) { in checkNewAttributesAfterDef()3057 } else if (isa<UuidAttr>(NewAttribute)) { in checkNewAttributesAfterDef()3061 } else if (const AlignedAttr *AA = dyn_cast<AlignedAttr>(NewAttribute)) { in checkNewAttributesAfterDef()3079 } else if (isa<LoaderUninitializedAttr>(NewAttribute)) { in checkNewAttributesAfterDef()3084 S.Diag(NewAttribute->getLocation(), in checkNewAttributesAfterDef()3091 } else if (isa<SelectAnyAttr>(NewAttribute) && in checkNewAttributesAfterDef()3100 } else if (isa<OMPDeclareVariantAttr>(NewAttribute)) { in checkNewAttributesAfterDef()[all …]