LLVM
8.0.1
|
#include "llvm/Support/FileCheck.h"
Public Member Functions | |
FileCheckType (FileCheckKind Kind=CheckNone) | |
FileCheckType (const FileCheckType &)=default | |
operator FileCheckKind () const | |
int | getCount () const |
FileCheckType & | setCount (int C) |
std::string | getDescription (StringRef Prefix) const |
Definition at line 68 of file FileCheck.h.
|
inline |
Definition at line 73 of file FileCheck.h.
|
default |
|
inline |
Definition at line 78 of file FileCheck.h.
References C, getDescription(), and llvm::cl::Prefix.
Referenced by llvm::FileCheckPattern::getCount().
std::string Check::FileCheckType::getDescription | ( | StringRef | Prefix | ) | const |
Definition at line 585 of file FileCheck.cpp.
References llvm::Check::CheckBadCount, llvm::Check::CheckBadNot, llvm::Check::CheckDAG, llvm::Check::CheckEmpty, llvm::Check::CheckEOF, llvm::Check::CheckLabel, llvm::Check::CheckNext, llvm::Check::CheckNone, llvm::Check::CheckNot, llvm::Check::CheckPlain, llvm::Check::CheckSame, Kind, llvm_unreachable, llvm::cl::Prefix, and llvm::StringRef::str().
Referenced by PrintMatch(), and PrintNoMatch().
|
inline |
Definition at line 76 of file FileCheck.h.
References Kind.
Check::FileCheckType & Check::FileCheckType::setCount | ( | int | C | ) |
Definition at line 576 of file FileCheck.cpp.
References assert(), C, llvm::Check::CheckPlain, and Kind.
Referenced by FindCheckType().