LLVM 22.0.0git
|
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 |
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.
Definition at line 859 of file FileCheckImpl.h.
Pattern llvm::FileCheckString::DagNotPrefixInfo::DagNotPat |
Definition at line 856 of file FileCheckImpl.h.
StringRef llvm::FileCheckString::DagNotPrefixInfo::DagNotPrefix |
Definition at line 857 of file FileCheckImpl.h.