LLVM 19.0.0git
Public Attributes | List of all members
llvm::FileCheckRequest Struct Reference

Contains info about various FileCheck options. More...

#include "llvm/FileCheck/FileCheck.h"

Public Attributes

std::vector< StringRefCheckPrefixes
 
std::vector< StringRefCommentPrefixes
 
bool NoCanonicalizeWhiteSpace = false
 
std::vector< StringRefImplicitCheckNot
 
std::vector< StringRefGlobalDefines
 
bool AllowEmptyInput = false
 
bool AllowUnusedPrefixes = false
 
bool MatchFullLines = false
 
bool IgnoreCase = false
 
bool IsDefaultCheckPrefix = false
 
bool EnableVarScope = false
 
bool AllowDeprecatedDagOverlap = false
 
bool Verbose = false
 
bool VerboseVerbose = false
 

Detailed Description

Contains info about various FileCheck options.

Definition at line 30 of file FileCheck.h.

Member Data Documentation

◆ AllowDeprecatedDagOverlap

bool llvm::FileCheckRequest::AllowDeprecatedDagOverlap = false

Definition at line 42 of file FileCheck.h.

Referenced by llvm::FileCheckString::CheckDag().

◆ AllowEmptyInput

bool llvm::FileCheckRequest::AllowEmptyInput = false

Definition at line 36 of file FileCheck.h.

◆ AllowUnusedPrefixes

bool llvm::FileCheckRequest::AllowUnusedPrefixes = false

Definition at line 37 of file FileCheck.h.

Referenced by llvm::FileCheck::readCheckFile().

◆ CheckPrefixes

std::vector<StringRef> llvm::FileCheckRequest::CheckPrefixes

◆ CommentPrefixes

std::vector<StringRef> llvm::FileCheckRequest::CommentPrefixes

◆ EnableVarScope

bool llvm::FileCheckRequest::EnableVarScope = false

Definition at line 41 of file FileCheck.h.

Referenced by llvm::FileCheck::checkInput().

◆ GlobalDefines

std::vector<StringRef> llvm::FileCheckRequest::GlobalDefines

Definition at line 35 of file FileCheck.h.

Referenced by llvm::FileCheck::readCheckFile().

◆ IgnoreCase

bool llvm::FileCheckRequest::IgnoreCase = false

Definition at line 39 of file FileCheck.h.

Referenced by llvm::Pattern::parsePattern().

◆ ImplicitCheckNot

std::vector<StringRef> llvm::FileCheckRequest::ImplicitCheckNot

Definition at line 34 of file FileCheck.h.

Referenced by llvm::FileCheck::readCheckFile().

◆ IsDefaultCheckPrefix

bool llvm::FileCheckRequest::IsDefaultCheckPrefix = false

Definition at line 40 of file FileCheck.h.

Referenced by addDefaultPrefixes(), and llvm::FileCheck::readCheckFile().

◆ MatchFullLines

bool llvm::FileCheckRequest::MatchFullLines = false

Definition at line 38 of file FileCheck.h.

Referenced by llvm::Pattern::parsePattern(), and llvm::FileCheck::readCheckFile().

◆ NoCanonicalizeWhiteSpace

bool llvm::FileCheckRequest::NoCanonicalizeWhiteSpace = false

◆ Verbose

bool llvm::FileCheckRequest::Verbose = false

Definition at line 43 of file FileCheck.h.

Referenced by llvm::FileCheckString::Check(), and printMatch().

◆ VerboseVerbose

bool llvm::FileCheckRequest::VerboseVerbose = false

Definition at line 44 of file FileCheck.h.

Referenced by llvm::FileCheckString::CheckDag(), printMatch(), and reportMatchResult().


The documentation for this struct was generated from the following file: