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()
3062 const Attr *NewAttribute = NewAttributes[I]; in checkNewAttributesAfterDef() local3064 if (isa<AliasAttr>(NewAttribute) || isa<IFuncAttr>(NewAttribute)) { in checkNewAttributesAfterDef()3100 if (hasAttribute(Def, NewAttribute->getKind())) { in checkNewAttributesAfterDef()3105 if (isa<C11NoReturnAttr>(NewAttribute)) { in checkNewAttributesAfterDef()3109 } else if (isa<UuidAttr>(NewAttribute)) { in checkNewAttributesAfterDef()3113 } else if (const AlignedAttr *AA = dyn_cast<AlignedAttr>(NewAttribute)) { in checkNewAttributesAfterDef()3131 } else if (isa<LoaderUninitializedAttr>(NewAttribute)) { in checkNewAttributesAfterDef()3136 S.Diag(NewAttribute->getLocation(), in checkNewAttributesAfterDef()3143 } else if (isa<SelectAnyAttr>(NewAttribute) && in checkNewAttributesAfterDef()3152 } else if (isa<OMPDeclareVariantAttr>(NewAttribute)) { in checkNewAttributesAfterDef()[all …]