Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaDecl.cpp3010 const Attr *NewAttribute = NewAttributes[I]; in checkNewAttributesAfterDef() local
3012 if (isa<AliasAttr>(NewAttribute) || isa<IFuncAttr>(NewAttribute)) { in checkNewAttributesAfterDef()
3048 if (hasAttribute(Def, NewAttribute->getKind())) { in checkNewAttributesAfterDef()
3053 if (isa<C11NoReturnAttr>(NewAttribute)) { in checkNewAttributesAfterDef()
3057 } else if (isa<UuidAttr>(NewAttribute)) { in checkNewAttributesAfterDef()
3061 } else if (const AlignedAttr *AA = dyn_cast<AlignedAttr>(NewAttribute)) { in checkNewAttributesAfterDef()
3079 } else if (isa<LoaderUninitializedAttr>(NewAttribute)) { in checkNewAttributesAfterDef()
3084 S.Diag(NewAttribute->getLocation(), in checkNewAttributesAfterDef()
3091 } else if (isa<SelectAnyAttr>(NewAttribute) && in checkNewAttributesAfterDef()
3100 } else if (isa<OMPDeclareVariantAttr>(NewAttribute)) { in checkNewAttributesAfterDef()
[all …]