Searched defs:FileCheckRequest (Results 1 – 1 of 1) sorted by relevance
26 struct FileCheckRequest { struct27 std::vector<std::string> CheckPrefixes;28 bool NoCanonicalizeWhiteSpace = false;29 std::vector<std::string> ImplicitCheckNot;30 std::vector<std::string> GlobalDefines;31 bool AllowEmptyInput = false;32 bool MatchFullLines = false;33 bool IgnoreCase = false;34 bool EnableVarScope = false;35 bool AllowDeprecatedDagOverlap = false;[all …]