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

References

tools/clang/lib/Sema/SemaDeclAttr.cpp
 2728     S.Diag(AL.getLoc(), diag::warn_attribute_void_function_method) << AL << 0;
 2733       S.Diag(AL.getLoc(), diag::warn_attribute_void_function_method) << AL << 1;
 2744     const LangOptions &LO = S.getLangOpts();
 2747         S.Diag(AL.getLoc(), diag::ext_cxx2a_attr) << AL;
 2753       if (!S.checkStringLiteralArgumentAttr(AL, 0, Str, nullptr))
 2756       S.Diag(AL.getLoc(), diag::ext_cxx17_attr) << AL;
 2759   D->addAttr(::new (S.Context) WarnUnusedResultAttr(S.Context, AL, Str));
 2759   D->addAttr(::new (S.Context) WarnUnusedResultAttr(S.Context, AL, Str));