clang 22.0.0git
clang::NormalizedConstraint::ConceptIdBits Struct Reference

#include "clang/Sema/SemaConcept.h"

Inheritance diagram for clang::NormalizedConstraint::ConceptIdBits:
[legend]

Public Attributes

NormalizedConstraintSub
const ConceptSpecializationExprCSE
Public Attributes inherited from clang::NormalizedConstraint::AtomicConstraintBits
unsigned Kind: 5
unsigned Placeholder: 1
unsigned PackSubstitutionIndex: 26
OccurenceList Indexes
OccurenceList IndexesForSubsumption
TemplateArgumentLocArgs
TemplateParameterListParamList
ExprOrConcept ConstraintExpr
const NamedDeclConstraintDecl

Detailed Description

Definition at line 94 of file SemaConcept.h.

Member Data Documentation

◆ CSE

const ConceptSpecializationExpr* clang::NormalizedConstraint::ConceptIdBits::CSE

Definition at line 98 of file SemaConcept.h.

◆ Sub

NormalizedConstraint* clang::NormalizedConstraint::ConceptIdBits::Sub

Definition at line 95 of file SemaConcept.h.


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