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