Lines Matching defs:FileCheckRequest
30 struct FileCheckRequest { struct
31 std::vector<StringRef> CheckPrefixes;
32 std::vector<StringRef> CommentPrefixes;
33 bool NoCanonicalizeWhiteSpace = false;
34 std::vector<StringRef> ImplicitCheckNot;
35 std::vector<StringRef> GlobalDefines;
36 bool AllowEmptyInput = false;
37 bool AllowUnusedPrefixes = false;
38 bool MatchFullLines = false;
39 bool IgnoreCase = false;
40 bool IsDefaultCheckPrefix = false;
41 bool EnableVarScope = false;
42 bool AllowDeprecatedDagOverlap = false;
43 bool Verbose = false;
44 bool VerboseVerbose = false;