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

References

utils/FileCheck/FileCheck.cpp
  304     A.CheckLine = DiagItr->CheckLine;
  305     llvm::raw_string_ostream Label(A.Label);
  308     A.CheckDiagIndex = UINT_MAX;
  312       A.CheckDiagIndex = CheckDiagCount++;
  314       A.CheckDiagIndex = CheckDiagCount;
  317     if (A.CheckDiagIndex != UINT_MAX)
  318       Label << "'" << A.CheckDiagIndex;
  320       A.CheckDiagIndex = 0;
  322     LabelWidth = std::max((std::string::size_type)LabelWidth, A.Label.size());
  324     A.Marker = GetMarker(DiagItr->MatchTy);
  325     A.FoundAndExpectedMatch =
  330     A.InputLine = DiagItr->InputStartLine;
  331     A.InputStartCol = DiagItr->InputStartCol;
  336       A.InputEndCol =
  338       Annotations.push_back(A);
  342       A.InputEndCol = UINT_MAX;
  343       Annotations.push_back(A);
  351         B.CheckLine = A.CheckLine;
  352         B.CheckDiagIndex = A.CheckDiagIndex;
  353         B.Label = A.Label;
  355         B.Marker = A.Marker;
  363         B.FoundAndExpectedMatch = A.FoundAndExpectedMatch;