LLVM
15.0.0git
|
#include "llvm/FileCheck/FileCheck.h"
Public Member Functions | |
FileCheckType (FileCheckKind Kind=CheckNone) | |
FileCheckType (const FileCheckType &)=default | |
FileCheckType & | operator= (const FileCheckType &)=default |
operator FileCheckKind () const | |
int | getCount () const |
FileCheckType & | setCount (int C) |
bool | isLiteralMatch () const |
FileCheckType & | setLiteralMatch (bool Literal=true) |
std::string | getDescription (StringRef Prefix) const |
std::string | getModifiersDescription () const |
Definition at line 80 of file FileCheck.h.
|
inline |
Definition at line 87 of file FileCheck.h.
|
default |
|
inline |
Definition at line 93 of file FileCheck.h.
Referenced by llvm::Pattern::getCount().
std::string llvm::Check::FileCheckType::getDescription | ( | StringRef | Prefix | ) | const |
std::string llvm::Check::FileCheckType::getModifiersDescription | ( | ) | const |
|
inline |
Definition at line 96 of file FileCheck.h.
References llvm::Check::ModifierLiteral.
Referenced by llvm::Pattern::parsePattern().
|
inline |
Definition at line 91 of file FileCheck.h.
|
default |
FileCheckType& llvm::Check::FileCheckType::setCount | ( | int | C | ) |
|
inline |
Definition at line 99 of file FileCheck.h.
References llvm::Check::ModifierLiteral.