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