Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDIE.h753 dwarf::Attribute NewAttribute, dwarf::Form Form, in replaceValue() argument
758 DIEValue(NewAttribute, Form, std::forward<T>(NewValue)); in replaceValue()
/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp2920 const Attr *NewAttribute = NewAttributes[I]; in checkNewAttributesAfterDef() local
2922 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 …]