Home
last modified time | relevance | path

Searched refs:CompoundConstraintKind (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSemaConcept.h84 enum CompoundConstraintKind { CCK_Conjunction, CCK_Disjunction }; enum
88 CompoundConstraintKind>;
94 NormalizedConstraint RHS, CompoundConstraintKind Kind) in NormalizedConstraint()
123 CompoundConstraintKind getCompoundKind() const { in getCompoundKind()