LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::FileCheckString::DagNotPrefixInfo Struct Reference

Hold the information about the DAG/NOT strings in the program, which are not explicitly stored otherwise. More...

#include "FileCheck/FileCheckImpl.h"

Public Member Functions

 DagNotPrefixInfo (const Pattern &P, StringRef S)
 

Public Attributes

Pattern DagNotPat
 
StringRef DagNotPrefix
 

Detailed Description

Hold the information about the DAG/NOT strings in the program, which are not explicitly stored otherwise.

This allows for better and more accurate diagnostic messages.

Definition at line 829 of file FileCheckImpl.h.

Constructor & Destructor Documentation

◆ DagNotPrefixInfo()

llvm::FileCheckString::DagNotPrefixInfo::DagNotPrefixInfo ( const Pattern P,
StringRef  S 
)
inline

Definition at line 833 of file FileCheckImpl.h.

Member Data Documentation

◆ DagNotPat

Pattern llvm::FileCheckString::DagNotPrefixInfo::DagNotPat

Definition at line 830 of file FileCheckImpl.h.

◆ DagNotPrefix

StringRef llvm::FileCheckString::DagNotPrefixInfo::DagNotPrefix

Definition at line 831 of file FileCheckImpl.h.


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