Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/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()