clang 22.0.0git
|
#include "clang/Sema/SemaConcept.h"
Public Attributes | |
unsigned | Kind: 5 |
unsigned | Placeholder: 1 |
unsigned | PackSubstitutionIndex: 26 |
OccurenceList | Indexes |
OccurenceList | IndexesForSubsumption |
TemplateArgumentLoc * | Args |
TemplateParameterList * | ParamList |
ExprOrConcept | ConstraintExpr |
const NamedDecl * | ConstraintDecl |
Definition at line 57 of file SemaConcept.h.
TemplateArgumentLoc* clang::NormalizedConstraint::AtomicConstraintBits::Args |
Definition at line 73 of file SemaConcept.h.
const NamedDecl* clang::NormalizedConstraint::AtomicConstraintBits::ConstraintDecl |
Definition at line 76 of file SemaConcept.h.
Referenced by clang::NormalizedConstraint::NormalizedConstraint().
ExprOrConcept clang::NormalizedConstraint::AtomicConstraintBits::ConstraintExpr |
Definition at line 75 of file SemaConcept.h.
OccurenceList clang::NormalizedConstraint::AtomicConstraintBits::Indexes |
Definition at line 68 of file SemaConcept.h.
OccurenceList clang::NormalizedConstraint::AtomicConstraintBits::IndexesForSubsumption |
Definition at line 71 of file SemaConcept.h.
unsigned clang::NormalizedConstraint::AtomicConstraintBits::Kind |
Definition at line 61 of file SemaConcept.h.
unsigned clang::NormalizedConstraint::AtomicConstraintBits::PackSubstitutionIndex |
Definition at line 63 of file SemaConcept.h.
TemplateParameterList* clang::NormalizedConstraint::AtomicConstraintBits::ParamList |
Definition at line 74 of file SemaConcept.h.
unsigned clang::NormalizedConstraint::AtomicConstraintBits::Placeholder |
Definition at line 62 of file SemaConcept.h.