clang 22.0.0git
|
#include "clang/Sema/SemaConcept.h"
Public Attributes | |
unsigned | Kind: 5 |
unsigned | CCK: 1 |
NormalizedConstraint * | LHS |
NormalizedConstraint * | RHS |
Definition at line 101 of file SemaConcept.h.
unsigned clang::NormalizedConstraint::CompoundConstraintBits::CCK |
Definition at line 105 of file SemaConcept.h.
unsigned clang::NormalizedConstraint::CompoundConstraintBits::Kind |
Definition at line 103 of file SemaConcept.h.
NormalizedConstraint* clang::NormalizedConstraint::CompoundConstraintBits::LHS |
Definition at line 106 of file SemaConcept.h.
NormalizedConstraint* clang::NormalizedConstraint::CompoundConstraintBits::RHS |
Definition at line 107 of file SemaConcept.h.