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

References

lib/Support/FileCheck.cpp
  322   bool MatchFullLinesHere = Req.MatchFullLines && CheckTy != Check::CheckNot;
  334   if (PatternStr.empty() && CheckTy != Check::CheckEmpty) {
  340   if (!PatternStr.empty() && CheckTy == Check::CheckEmpty) {
  348   if (CheckTy == Check::CheckEmpty) {
  615   if (CheckTy == Check::CheckEOF) {
  699   size_t MatchStartSkip = CheckTy == Check::CheckEmpty;
lib/Support/FileCheckImpl.h
  512   Check::FileCheckType getCheckTy() const { return CheckTy; }
  514   int getCount() const { return CheckTy.getCount(); }