Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDIE.h762 dwarf::Attribute NewAttribute, dwarf::Form Form, in replaceValue() argument
767 DIEValue(NewAttribute, Form, std::forward<T>(NewValue)); in replaceValue()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp2951 Attr *NewAttribute = NewAttributes[I]; in checkNewAttributesAfterDef() local
2953 if (isa<AliasAttr>(NewAttribute) || isa<IFuncAttr>(NewAttribute)) { in checkNewAttributesAfterDef()
2989 if (hasAttribute(Def, NewAttribute->getKind())) { in checkNewAttributesAfterDef()
2994 if (isa<C11NoReturnAttr>(NewAttribute)) { in checkNewAttributesAfterDef()
2998 } else if (isa<UuidAttr>(NewAttribute)) { in checkNewAttributesAfterDef()
3003 NewAttribute) && in checkNewAttributesAfterDef()
3004 NewAttribute->isStandardAttributeSyntax()) { in checkNewAttributesAfterDef()
3017 } else if (const AlignedAttr *AA = dyn_cast<AlignedAttr>(NewAttribute)) { in checkNewAttributesAfterDef()
3029 S.Diag(NewAttribute->getLocation(), diag::note_alignas_on_declaration) in checkNewAttributesAfterDef()
3035 } else if (isa<LoaderUninitializedAttr>(NewAttribute)) { in checkNewAttributesAfterDef()
[all …]