Searched defs:NewAttribute (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaDecl.cpp2129 const Attr *NewAttribute = NewAttributes[I]; local
2131 if (isa<AliasAttr>(NewAttribute)) {
2156 if (hasAttribute(Def, NewAttribute->getKind())) {
2161 if (isa<C11NoReturnAttr>(NewAttribute)) {
2165 } else if (const AlignedAttr *AA = dyn_cast<AlignedAttr>(NewAttribute)) {
2177 S.Diag(NewAttribute->getLocation(), diag::note_alignas_on_declaration)
2185 S.Diag(NewAttribute->getLocation(),

Completed in 127 milliseconds