LLVM 22.0.0git
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 855 of file FileCheckImpl.h.

Constructor & Destructor Documentation

◆ DagNotPrefixInfo()

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

Definition at line 859 of file FileCheckImpl.h.

References DagNotPat, DagNotPrefix, and P.

Member Data Documentation

◆ DagNotPat

Pattern llvm::FileCheckString::DagNotPrefixInfo::DagNotPat

Definition at line 856 of file FileCheckImpl.h.

Referenced by DagNotPrefixInfo().

◆ DagNotPrefix

StringRef llvm::FileCheckString::DagNotPrefixInfo::DagNotPrefix

Definition at line 857 of file FileCheckImpl.h.

Referenced by DagNotPrefixInfo().


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