reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1492 if (AL.getNumArgs() > 0) { 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));