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

References

tools/clang/include/clang/Analysis/Analyses/ThreadSafetyCommon.h
  282   bool negative() const { return Negated; }
  285     return CapabilityExpr(CapExpr, !Negated);
  289     return (Negated == other.Negated) && sx::equals(CapExpr, other.CapExpr);
  289     return (Negated == other.Negated) && sx::equals(CapExpr, other.CapExpr);
  293     return (Negated == other.Negated) && sx::matches(CapExpr, other.CapExpr);
  293     return (Negated == other.Negated) && sx::matches(CapExpr, other.CapExpr);
  301     return (Negated == other.Negated) &&
  301     return (Negated == other.Negated) &&
  306     if (Negated || CapExpr == nullptr)
  316     if (Negated)