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

References

tools/clang/lib/Sema/SemaDeclAttr.cpp
  634   if (Sidx == AL.getNumArgs()) {
  644         S.Diag(AL.getLoc(),
  646             << AL << MD->getParent();
  648       S.Diag(AL.getLoc(), diag::warn_thread_attribute_not_on_non_static_member)
  649           << AL;
  653   for (unsigned Idx = Sidx; Idx < AL.getNumArgs(); ++Idx) {
  654     Expr *ArgExp = AL.getArgAsExpr(Idx);
  673       S.Diag(AL.getLoc(), diag::warn_thread_attribute_ignored) << AL;
  673       S.Diag(AL.getLoc(), diag::warn_thread_attribute_ignored) << AL;
  701           S.Diag(AL.getLoc(),
  703               << AL << Idx + 1 << NumParams;
  715       S.Diag(AL.getLoc(), diag::warn_thread_attribute_argument_not_lockable)
  716           << AL << ArgTy;