|
LLVM 23.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 856 of file FileCheckImpl.h.
Definition at line 860 of file FileCheckImpl.h.
References DagNotPat, DagNotPrefix, and P.
| Pattern llvm::FileCheckString::DagNotPrefixInfo::DagNotPat |
Definition at line 857 of file FileCheckImpl.h.
Referenced by DagNotPrefixInfo().
| StringRef llvm::FileCheckString::DagNotPrefixInfo::DagNotPrefix |
Definition at line 858 of file FileCheckImpl.h.
Referenced by DagNotPrefixInfo().