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

References

tools/clang/lib/Sema/SemaDeclAttr.cpp
 4765     S.Diag(AL.getLoc(), diag::err_attribute_argument_n_type)
 4771   if (!checkFunctionOrMethodParameterIndex(S, D, AL, 2, AL.getArgAsExpr(1),
 4776   if (!checkFunctionOrMethodParameterIndex(S, D, AL, 3, AL.getArgAsExpr(2),
 4786       S.Diag(AL.getLoc(), diag::err_attribute_pointers_only) << AL << 0;
 4789   D->addAttr(::new (S.Context) ArgumentWithTypeTagAttr(
 4790       S.Context, AL, AL.getArgAsIdent(0)->Ident, ArgumentIdx, TypeTagIdx,