Searched defs:FileCheckRequest (Results 1 – 1 of 1) sorted by relevance
27 struct FileCheckRequest { struct28 std::vector<StringRef> CheckPrefixes;32 std::vector<StringRef> GlobalDefines;33 bool AllowEmptyInput = false;34 bool AllowUnusedPrefixes = false;35 bool MatchFullLines = false;36 bool IgnoreCase = false;37 bool IsDefaultCheckPrefix = false;38 bool EnableVarScope = false;40 bool Verbose = false;[all …]