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

References

utils/FileCheck/FileCheck.cpp
  305     llvm::raw_string_ostream Label(A.Label);
  322     LabelWidth = std::max((std::string::size_type)LabelWidth, A.Label.size());
  353         B.Label = A.Label;
  353         B.Label = A.Label;
  484       COS << left_justify(AnnotationItr->Label, LabelWidth) << "  ";