reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaDeclAttr.cpp
 1494       handleNonNullAttr(S, D, AL);
 1496       S.Diag(AL.getLoc(), diag::warn_attribute_nonnull_parm_no_args)
 1503   if (!attrNonNullArgCheck(S, D->getType(), AL, SourceRange(),
 1507   D->addAttr(::new (S.Context) NonNullAttr(S.Context, AL, nullptr, 0));
 1507   D->addAttr(::new (S.Context) NonNullAttr(S.Context, AL, nullptr, 0));