LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::DiagnosticPredicate Struct Reference

#include "llvm/MC/MCParser/MCTargetAsmParser.h"

Public Member Functions

 DiagnosticPredicate (bool Match)
 
 DiagnosticPredicate (DiagnosticPredicateTy T)
 
 DiagnosticPredicate (const DiagnosticPredicate &)=default
 
DiagnosticPredicateoperator= (const DiagnosticPredicate &)=default
 
 operator bool () const
 
bool isMatch () const
 
bool isNearMatch () const
 
bool isNoMatch () const
 

Public Attributes

DiagnosticPredicateTy Type
 

Detailed Description

Definition at line 202 of file MCTargetAsmParser.h.

Constructor & Destructor Documentation

◆ DiagnosticPredicate() [1/3]

llvm::DiagnosticPredicate::DiagnosticPredicate ( bool  Match)
inlineexplicit

Definition at line 205 of file MCTargetAsmParser.h.

◆ DiagnosticPredicate() [2/3]

llvm::DiagnosticPredicate::DiagnosticPredicate ( DiagnosticPredicateTy  T)
inline

Definition at line 208 of file MCTargetAsmParser.h.

◆ DiagnosticPredicate() [3/3]

llvm::DiagnosticPredicate::DiagnosticPredicate ( const DiagnosticPredicate )
default

Member Function Documentation

◆ isMatch()

bool llvm::DiagnosticPredicate::isMatch ( ) const
inline

Definition at line 213 of file MCTargetAsmParser.h.

References llvm::Match.

◆ isNearMatch()

bool llvm::DiagnosticPredicate::isNearMatch ( ) const
inline

Definition at line 214 of file MCTargetAsmParser.h.

References llvm::NearMatch.

◆ isNoMatch()

bool llvm::DiagnosticPredicate::isNoMatch ( ) const
inline

Definition at line 215 of file MCTargetAsmParser.h.

References llvm::NoMatch.

◆ operator bool()

llvm::DiagnosticPredicate::operator bool ( ) const
inline

Definition at line 212 of file MCTargetAsmParser.h.

References llvm::Match.

◆ operator=()

DiagnosticPredicate & llvm::DiagnosticPredicate::operator= ( const DiagnosticPredicate )
default

Member Data Documentation

◆ Type

DiagnosticPredicateTy llvm::DiagnosticPredicate::Type

Definition at line 203 of file MCTargetAsmParser.h.


The documentation for this struct was generated from the following file: