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

References

tools/clang/lib/Sema/SemaDeclAttr.cpp
 1047   S.Diag(AL.getLoc(), diag::ext_clang_diagnose_if);
 1051   if (!checkFunctionConditionAttr(S, D, AL, Cond, Msg))
 1055   if (!S.checkStringLiteralArgumentAttr(AL, 2, DiagTypeStr))
 1060     S.Diag(AL.getArgAsExpr(2)->getBeginLoc(),
 1068   D->addAttr(::new (S.Context) DiagnoseIfAttr(
 1069       S.Context, AL, Cond, Msg, DiagType, ArgDependent, cast<NamedDecl>(D)));