Thanks to visit codestin.com
Credit goes to llvm.org

LLVM 22.0.0git
llvm::Check::FileCheckType Class Reference

#include "llvm/FileCheck/FileCheck.h"

Public Member Functions

 FileCheckType (FileCheckKind Kind=CheckNone)
 FileCheckType (const FileCheckType &)=default
FileCheckTypeoperator= (const FileCheckType &)=default
 operator FileCheckKind () const
int getCount () const
LLVM_ABI FileCheckTypesetCount (int C)
bool isLiteralMatch () const
FileCheckTypesetLiteralMatch (bool Literal=true)
LLVM_ABI std::string getDescription (StringRef Prefix) const
LLVM_ABI std::string getModifiersDescription () const

Detailed Description

Definition at line 81 of file FileCheck.h.

Constructor & Destructor Documentation

◆ FileCheckType() [1/2]

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

Definition at line 88 of file FileCheck.h.

References llvm::Check::CheckNone.

Referenced by FileCheckType(), operator=(), and setLiteralMatch().

◆ FileCheckType() [2/2]

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

References FileCheckType().

Member Function Documentation

◆ getCount()

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

Definition at line 94 of file FileCheck.h.

◆ getDescription()

◆ getModifiersDescription()

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

Definition at line 1536 of file FileCheck.cpp.

References isLiteralMatch().

Referenced by getDescription().

◆ isLiteralMatch()

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

Definition at line 97 of file FileCheck.h.

References llvm::Check::ModifierLiteral.

Referenced by getModifiersDescription().

◆ operator FileCheckKind()

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

Definition at line 92 of file FileCheck.h.

◆ operator=()

FileCheckType & llvm::Check::FileCheckType::operator= ( const FileCheckType & )
default

References FileCheckType().

◆ setCount()

Check::FileCheckType & Check::FileCheckType::setCount ( int C)

Definition at line 1528 of file FileCheck.cpp.

References assert(), llvm::CallingConv::C, and llvm::Check::CheckPlain.

◆ setLiteralMatch()

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

Definition at line 100 of file FileCheck.h.

References FileCheckType(), llvm::Literal, and llvm::Check::ModifierLiteral.


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