LLVM  8.0.1
Public Member Functions | List of all members
llvm::Check::FileCheckType Class Reference

#include "llvm/Support/FileCheck.h"

Public Member Functions

 FileCheckType (FileCheckKind Kind=CheckNone)
 
 FileCheckType (const FileCheckType &)=default
 
 operator FileCheckKind () const
 
int getCount () const
 
FileCheckTypesetCount (int C)
 
std::string getDescription (StringRef Prefix) const
 

Detailed Description

Definition at line 68 of file FileCheck.h.

Constructor & Destructor Documentation

◆ FileCheckType() [1/2]

llvm::Check::FileCheckType::FileCheckType ( FileCheckKind  Kind = CheckNone)
inline

Definition at line 73 of file FileCheck.h.

◆ FileCheckType() [2/2]

llvm::Check::FileCheckType::FileCheckType ( const FileCheckType )
default

Member Function Documentation

◆ getCount()

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

Definition at line 78 of file FileCheck.h.

References C, getDescription(), and llvm::cl::Prefix.

Referenced by llvm::FileCheckPattern::getCount().

◆ getDescription()

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

◆ operator FileCheckKind()

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

Definition at line 76 of file FileCheck.h.

References Kind.

◆ setCount()

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().


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