clang 22.0.0git
clang::NormalizedConstraint::CompoundConstraintBits Struct Reference

#include "clang/Sema/SemaConcept.h"

Public Attributes

unsigned Kind: 5
unsigned CCK: 1
NormalizedConstraintLHS
NormalizedConstraintRHS

Detailed Description

Definition at line 101 of file SemaConcept.h.

Member Data Documentation

◆ CCK

unsigned clang::NormalizedConstraint::CompoundConstraintBits::CCK

Definition at line 105 of file SemaConcept.h.

◆ Kind

unsigned clang::NormalizedConstraint::CompoundConstraintBits::Kind

Definition at line 103 of file SemaConcept.h.

◆ LHS

NormalizedConstraint* clang::NormalizedConstraint::CompoundConstraintBits::LHS

Definition at line 106 of file SemaConcept.h.

◆ RHS

NormalizedConstraint* clang::NormalizedConstraint::CompoundConstraintBits::RHS

Definition at line 107 of file SemaConcept.h.


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