LLVM: llvm::Check::FileCheckType Class Reference (original) (raw)

#include "[llvm/FileCheck/FileCheck.h](FileCheck%5F8h%5Fsource.html)"

Public Member Functions
FileCheckType (FileCheckKind Kind=CheckNone)
FileCheckType (const FileCheckType &)=default
FileCheckType & operator= (const FileCheckType &)=default
operator FileCheckKind () const
int getCount () const
LLVM_ABI FileCheckType & setCount (int C)
bool isLiteralMatch () const
FileCheckType & setLiteralMatch (bool Literal=true)
LLVM_ABI std::string getDescription (StringRef Prefix) const
LLVM_ABI std::string getModifiersDescription () const

Definition at line 81 of file FileCheck.h.

FileCheckType() [2/2]

getCount()

int llvm::Check::FileCheckType::getCount ( ) const inline

getDescription()

std::string Check::FileCheckType::getDescription ( StringRef Prefix ) const

Definition at line 1548 of file FileCheck.cpp.

References llvm::Check::CheckBadCount, llvm::Check::CheckBadNot, llvm::Check::CheckComment, llvm::Check::CheckDAG, llvm::Check::CheckEmpty, llvm::Check::CheckEOF, llvm::Check::CheckLabel, llvm::Check::CheckMisspelled, llvm::Check::CheckNext, llvm::Check::CheckNone, llvm::Check::CheckNot, llvm::Check::CheckPlain, llvm::Check::CheckSame, getModifiersDescription(), and llvm_unreachable.

Referenced by printMatch(), and printNoMatch().

getModifiersDescription()

std::string Check::FileCheckType::getModifiersDescription ( ) const

isLiteralMatch()

bool llvm::Check::FileCheckType::isLiteralMatch ( ) const inline

operator FileCheckKind()

llvm::Check::FileCheckType::operator FileCheckKind ( ) const inline

operator=()

setCount()

setLiteralMatch()

FileCheckType & llvm::Check::FileCheckType::setLiteralMatch ( bool Literal = true) inline

The documentation for this class was generated from the following files: