clang 19.0.0git
Public Member Functions | Public Attributes | List of all members
clang::AtomicConstraint Struct Reference

#include "clang/Sema/SemaConcept.h"

Public Member Functions

 AtomicConstraint (Sema &S, const Expr *ConstraintExpr)
 
bool hasMatchingParameterMapping (ASTContext &C, const AtomicConstraint &Other) const
 
bool subsumes (ASTContext &C, const AtomicConstraint &Other) const
 

Public Attributes

const ExprConstraintExpr
 
std::optional< ArrayRef< TemplateArgumentLoc > > ParameterMapping
 

Detailed Description

Definition at line 29 of file SemaConcept.h.

Constructor & Destructor Documentation

◆ AtomicConstraint()

clang::AtomicConstraint::AtomicConstraint ( Sema S,
const Expr ConstraintExpr 
)
inline

Definition at line 33 of file SemaConcept.h.

Member Function Documentation

◆ hasMatchingParameterMapping()

bool clang::AtomicConstraint::hasMatchingParameterMapping ( ASTContext C,
const AtomicConstraint Other 
) const
inline

◆ subsumes()

bool clang::AtomicConstraint::subsumes ( ASTContext C,
const AtomicConstraint Other 
) const
inline

Member Data Documentation

◆ ConstraintExpr

const Expr* clang::AtomicConstraint::ConstraintExpr

◆ ParameterMapping

std::optional<ArrayRef<TemplateArgumentLoc> > clang::AtomicConstraint::ParameterMapping

Definition at line 31 of file SemaConcept.h.

Referenced by hasMatchingParameterMapping().


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