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