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

References

tools/clang/lib/Sema/SemaDeclAttr.cpp
  644         S.Diag(AL.getLoc(),
  648       S.Diag(AL.getLoc(), diag::warn_thread_attribute_not_on_non_static_member)
  673       S.Diag(AL.getLoc(), diag::warn_thread_attribute_ignored) << AL;
  701           S.Diag(AL.getLoc(),
  714     if (!typeHasCapability(S, ArgTy) && !isCapabilityExpr(S, ArgExp))
  714     if (!typeHasCapability(S, ArgTy) && !isCapabilityExpr(S, ArgExp))
  715       S.Diag(AL.getLoc(), diag::warn_thread_attribute_argument_not_lockable)