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

References

utils/FileCheck/FileCheck.cpp
  530     Req.CheckPrefixes.push_back(Prefix);
  533     Req.ImplicitCheckNot.push_back(CheckNot);
  550     Req.GlobalDefines.push_back(G);
  555   Req.AllowEmptyInput = AllowEmptyInput;
  556   Req.EnableVarScope = EnableVarScope;
  557   Req.AllowDeprecatedDagOverlap = AllowDeprecatedDagOverlap;
  558   Req.Verbose = Verbose;
  559   Req.VerboseVerbose = VerboseVerbose;
  560   Req.NoCanonicalizeWhiteSpace = NoCanonicalizeWhiteSpace;
  561   Req.MatchFullLines = MatchFullLines;
  562   Req.IgnoreCase = IgnoreCase;
  565     Req.Verbose = true;
  567   FileCheck FC(Req);
  652     DumpAnnotatedInput(errs(), Req, InputFileText, Annotations, LabelWidth);