Searched refs:NewAttribute (Results 1 – 2 of 2) sorted by relevance
753 dwarf::Attribute NewAttribute, dwarf::Form Form, in replaceValue() argument758 DIEValue(NewAttribute, Form, std::forward<T>(NewValue)); in replaceValue()
2920 const Attr *NewAttribute = NewAttributes[I]; in checkNewAttributesAfterDef() local2922 if (isa<AliasAttr>(NewAttribute) || isa<IFuncAttr>(NewAttribute)) { in checkNewAttributesAfterDef()2958 if (hasAttribute(Def, NewAttribute->getKind())) { in checkNewAttributesAfterDef()2963 if (isa<C11NoReturnAttr>(NewAttribute)) { in checkNewAttributesAfterDef()2967 } else if (isa<UuidAttr>(NewAttribute)) { in checkNewAttributesAfterDef()2971 } else if (const AlignedAttr *AA = dyn_cast<AlignedAttr>(NewAttribute)) { in checkNewAttributesAfterDef()2983 S.Diag(NewAttribute->getLocation(), diag::note_alignas_on_declaration) in checkNewAttributesAfterDef()2989 } else if (isa<LoaderUninitializedAttr>(NewAttribute)) { in checkNewAttributesAfterDef()2994 S.Diag(NewAttribute->getLocation(), in checkNewAttributesAfterDef()3001 } else if (isa<SelectAnyAttr>(NewAttribute) && in checkNewAttributesAfterDef()[all …]