Home
last modified time | relevance | path

Searched defs:FileCheckRequest (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/FileCheck/
H A DFileCheck.h31 struct FileCheckRequest { struct
32 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 …]