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

References

tools/clang/lib/Sema/SemaDeclAttr.cpp
 3103   Expr *IdxExpr = AL.getArgAsExpr(0);
 3105   if (!checkFunctionOrMethodParameterIndex(S, D, AL, 1, IdxExpr, Idx))
 3116     S.Diag(AL.getLoc(), diag::err_format_attribute_not)
 3126     S.Diag(AL.getLoc(), diag::err_format_attribute_result_not)
 3132   D->addAttr(::new (S.Context) FormatArgAttr(S.Context, AL, Idx));