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

References

tools/clang/lib/Sema/SemaDeclAttr.cpp
 1449   for (unsigned I = 0; I < AL.getNumArgs(); ++I) {
 1450     Expr *Ex = AL.getArgAsExpr(I);
 1452     if (!checkFunctionOrMethodParameterIndex(S, D, AL, I + 1, Ex, Idx))
 1458             S, getFunctionOrMethodParamType(D, Idx.getASTIndex()), AL,
 1470   if (NonNullArgs.empty() && AL.getLoc().isFileID() &&
 1481       S.Diag(AL.getLoc(), diag::warn_attribute_nonnull_no_pointers);
 1487   D->addAttr(::new (S.Context) NonNullAttr(S.Context, AL, Start, Size));