clang 22.0.0git
clang::AtomicConstraint Struct Reference

#include "clang/Sema/SemaConcept.h"

Public Member Functions

 AtomicConstraint (const Expr *ConstraintExpr, const NamedDecl *ConstraintDecl)
bool hasMatchingParameterMapping (ASTContext &C, const AtomicConstraint &Other) const

Public Attributes

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

Detailed Description

Definition at line 32 of file SemaConcept.h.

Constructor & Destructor Documentation

◆ AtomicConstraint()

clang::AtomicConstraint::AtomicConstraint ( const Expr * ConstraintExpr,
const NamedDecl * ConstraintDecl )
inline

Definition at line 37 of file SemaConcept.h.

References ConstraintDecl, and ConstraintExpr.

Referenced by hasMatchingParameterMapping().

Member Function Documentation

◆ hasMatchingParameterMapping()

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

Member Data Documentation

◆ ConstraintDecl

const NamedDecl* clang::AtomicConstraint::ConstraintDecl

Definition at line 34 of file SemaConcept.h.

Referenced by AtomicConstraint().

◆ ConstraintExpr

const Expr* clang::AtomicConstraint::ConstraintExpr

◆ ParameterMapping

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

Definition at line 35 of file SemaConcept.h.

Referenced by hasMatchingParameterMapping().


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