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

References

tools/clang/lib/Frontend/TextDiagnostic.cpp
  960   unsigned Min = std::min(A.first, B.first);
  961   unsigned Max = std::max(A.second, B.second);
  967   if ((B.first > A.first && B.first - A.first + 1 > MaxRange) ||
  967   if ((B.first > A.first && B.first - A.first + 1 > MaxRange) ||
  968       (B.second < A.second && A.second - B.second + 1 > MaxRange))
  968       (B.second < A.second && A.second - B.second + 1 > MaxRange))