Home
last modified time | relevance | path

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

/freebsd-14.2/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()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp3062 const Attr *NewAttribute = NewAttributes[I]; in checkNewAttributesAfterDef() local
3064 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 …]